Field definitions

TedMyers 10 May, 2013
On the "Designer | Edit Element Settings" page the are areas for "Field Value", "Class", and "Style". What are they and how are they used?

Ted
Max_admin 10 May, 2013
Hi,

They are the "value", "class" and "style" attributes of the field!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
TedMyers 10 May, 2013
Ok, but what do "value", "class" and "style" attributes do? what do they mean?
GreyHead 10 May, 2013
Hi Ted,

You really need an HTML tutorial for that. In brief, the 'class' attribute is used to identify of form elements usually so that CSS styling can be applied to them; the 'style' attribute is use to apply in-line CSS styles to a particular element; and the 'value' attribute hold the value of a form element e.g. the user input text for a text input.

Bob
This topic is locked and no more replies can be posted.