jform_label
Categories
Component ID
1416224
Component name
jform_label
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1245
Component created
Component changed
Component body
This is a very simple module, it hides the label of form elements and display the label inside of particular element.
currently working for textbox, password field, and for textarea.
You can set your default option to using 'admin/config/user-interface/jform_label'.
These are the options can be passed along with the admin form to control the behavior of this project.
- Focused Color :This is six digit color of text when the user will move to the particular field.
- Focused Background Color :This is the background color of the element when it got focused.
- Fade Opacity :(Value between 0.1 and 1.0) When a field is focussed, its label is animated to this opacity. Defaults to 0.5
- Fade Duration :(time in milliseconds)When an animation occurs, it uses this setting to determine duration. Defaults to 300
- Html Form ID A HTML Form id without # sign, and each on should be separated with each line.
