The following functions are used with HTML.
Function | Description |
InputType |
Returns the HTML code of tags <input type="checkbox"> or <input type="radio">. |
SelectBox |
Returns the HTML code of tag <select> (drop-down single selection list) with options from the CDBResult object. |
SelectBoxM |
Returns the HTML code of the tag <select multiple> with options from the CDBResult object. |
SelectBoxFromArray |
Returns the HTML code of tag <select> built on the array data. |
SelectBoxMFromArray |
Returns the HTML code of the tag <select multiple> with options from the passed array. |