Tagged: descriptions, fuelCMS, html, labels, Model
- This topic has 0 replies, 1 voice, and was last updated 7 years, 9 months ago by Layer7web.
Viewing 0 reply threads
-
AuthorPosts
-
-
February 17, 2017 at 8:36 pm #2619
Layer7webKeymasterDescriptions after labelsPHP1234567function form_fields($values = array(), $related = array()){$fields = parent::form_fields($values, $related);$fields['description']['class'] = 'no_editor';$fields['description']['after_label'] = '<p style="font-size:80%;">200 Max Characters</p>';return $fields;}
-
-
AuthorPosts
Viewing 0 reply threads
You must be logged in to reply to this topic.
Comments are closed.