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
Ted
Hi,
They are the "value", "class" and "style" attributes of the field!
Regards,
Max
They are the "value", "class" and "style" attributes of the field!
Regards,
Max
Ok, but what do "value", "class" and "style" attributes do? what do they mean?
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
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.