Jump to content

return "select" field options of ProFields Table


fruid
 Share

Recommended Posts

thanks!

I figured out my own approach, works as well…

$cols = $page->table->getColumns();
foreach($cols[10]['options'] as $opts => $value) {
	$out .= '<option value="'.$value.'">'.$value.'</option>';
}

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...