Class MyControl
Class MyControl A text box to test the setAdditionalPostVar function's abilities, including ability to pass a null value.
Located at assets/php/tests/ui_postvars.php
public
string
|
#
GetControlHtml( )
This method will render the control, itself, and will return the rendered HTML as a string |
public
|
|
public
boolean
|
|
public
string
|
#
GetEndScript( )
Returns and fires the JavaScript that is associated with this control. The html for the control will have already been rendered, so refer to the html object with "\$j(#{$this->ControlId})". You should do the following: - Return any script that attaches a JavaScript widget to the the html control. - Use functions like ExecuteControlCommand to fire commands to execute AFTER all controls have been attached. |
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
public
|
$txt
|
|
public
|
$nullVal
|
$attributes,
$styles
|
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Cursor,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$HorizontalAlign,
$Left,
$Margin,
$NoWrap,
$Opacity,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$VerticalAlign,
$Width
|