Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tableless as an option #17

Closed
lionel-m opened this issue Dec 19, 2012 · 2 comments
Closed

Tableless as an option #17

lionel-m opened this issue Dec 19, 2012 · 2 comments

Comments

@lionel-m
Copy link

Hi,

I would like to know how can I use this option with Haste ?

$arrField['eval']['tableless'] = TRUE | FALSE;

Thx

@qzminski
Copy link
Member

You can use the tableless like in the below example.

$arrField['my_field']['eval']['tableless'] = false; // or true (by default)

Please note that the generateForm() does not support table layouts.

@lionel-m
Copy link
Author

Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants