You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate uses, helpers, components and actsAs fields.
You have to set each settings yourself.
e.g. Js helper :
// generate code$helpers = array('Html',...,'Js');
// in case of using jQuery, you have to add "=> array('Jquery')" $helpers = array('Html',...,'Js' => array('Jquery'));
For example, generate the followings with GUI (Alt + Insert):
I'll try to implement on NetBeans7.3+.
The text was updated successfully, but these errors were encountered: