langziyang Posted May 3, 2015 Share Posted May 3, 2015 when i use the helperForm class to genera form,i want use tinyMCE on my textarea.but i can not find the property of this, but i final find the autoload_rte,so i want kown,where is the whole developer doc can find any thing for prestashop developer? Link to comment Share on other sites More sharing options...
razaro Posted May 3, 2015 Share Posted May 3, 2015 Documentation for helper class is here http://doc.prestashop.com/display/PS16/Using+the+HelperForm+class but true it does not have all elements explained detailed. But you are right using 'autoload_rte' => true, should be enough. You can check code on github, like in Admin controller https://github.com/PrestaShop/PrestaShop/blob/1.6/controllers/admin/AdminCategoriesController.php or in module https://github.com/PrestaShop/editorial/blob/master/editorial.php Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now