Class QCsvTextBox
A subclass of TextBox that allows the user to type in a list of values to be converted into an array. Uses str_getcsv to process.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QTextBoxBase
- QTextBox
- QCsvTextBox
public
|
|
public
boolean
|
|
public
mixed
|
|
public
mixed|
|
|
public static
|
#
GetModelConnectorParams( )
Returns an description of the options available to modify by the designer for the code generator. |
GetControlHtml(),
GetState(),
InitHtmlPurifier(),
ParsePostData(),
PutState(),
RenderHtmlAttributes(),
Sanitize(),
Select(),
SetPurifierConfig()
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
string
|
$strDelimiter
|
#
','
|
protected
string
|
$strEnclosure
|
#
'"'
|
protected
string
|
$strEscape
|
#
'\\'
|
protected
integer
|
$intMinItemCount
|
#
null
|
protected
integer
|
$intMaxItemCount
|
#
null
|
$strCssClass
|
$attributes,
$styles
|
public
string
|
$Delimiter
is the csv separator. Default: , (comma) |
public
string
|
$Enclosure
|
public
string
|
$Escape
|
public
integer
|
$MinItemCount
|
public
integer
|
$MaxItemCount
|
$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
|