Default CSS Classes in Kinetic Request
This is a list and description of the default CSS classes that are used by Kinetic Request.
Each individual CSS Class is built into the HTML created by Kinetic Request.
Description
Predefined Class Name | Element Affected |
---|---|
answerAttachment | Question - only Attachment questions always added with answerValue |
answerCheckbox | Question - List - Checkbox - HTML div tag surrounding the input tag for each check box answer |
answerRadio | Question - List - Radio Button Label - HTML div tag surrounding the input tag for each radio button answer. Also present for Numeric List Questions that choose radio buttons |
answerSelect | Question - List - List Box answer - HTML select tag for a drop down list, including numeric range and date or date/time answer types. |
answerText | Question - Free Text - Input field (single line) - HTML input tag for free text questions, email answer types and year fields for Date and Date/Time answer types |
answerTextArea | Question - Free Text - Input field (multiple line line) - HTML input tag for free text questions with multiple lines only |
answerValue | Question - All Answer Types - Answer field |
dateHidden | Question - Date - used with the hidden date value for a date or date/time question |
dateMonth dateDay dateYear | Question - Date - Drop down list of months, drop down list of days, and the year input field |
dtMonth dtYear dtDay dtHour dtMin dtAMPM | Question - Date/Time - drop down list of months, drop down list of days, year input field, drop down list of hours, drop down list of minutes, and AM PM drop down list |
dtLocal | Question used with the date/time widget |
div | Generic HTML tag |
dynamicText | Dynamic Text - All |
imageElement | Image - img HTML tag |
imageElementLayer | Image - div tag around the img HTML tag |
pageQuestionsForm | HTML form tag that encompasses the page |
questionAnswer | HTML div tag that encompasses any type of answer tag for a question |
questionLabel | HTML div tag that encompasses any type of answer label for a question |
questionLayer | HTML div tag that encompasses any question |
submitButton | Addition class for the submit button. Submit button also has the templateButton class. |
templateButton | HTNL input tag for the submit button. Also in the HTML imput tag for an attachments clear and load button. |
templateButtonLayer | HTML div tag surrounding the HTML imput tag for the page submit button |
templateContent | HTML div tag encompassing the entire page. Relates to a Page element |
templateSection | HTML div tag encompassing a section. Relates to a Section element |