Package | view.domino.surfaceComponents.components |
Class | public class DominoInputText |
Inheritance | DominoInputText ![]() |
Implements | view.interfaces.IDominoSurfaceComponent, view.interfaces.IIdAttribute, view.interfaces.IHistorySurfaceComponent, interfaces.IComponentSizeOutput, interfaces.IRoyaleComponentConverter |
Representation and converter for Visuale field components
This class work for convert from Visuale field components to target framework of domino format.
Conversion statusInput: view.domino.surfaceComponents.components.DominoInputText
Example Domino output:
<field useappletinbrowser="false" allowtabout="false" defaultfocus="false" protected="false" sign="false" storelocally="false" type="text" kind="editable" computeaftervalidation="false" allowmultivalues="false" width="100pt" height="30pt" bgcolor="#ffffff" name="test"/>
Domino event:
Client: Default value,Input Translation, Input Validation, Input Enabled,HTML attribute Web: onBlur,onChange,onClick,onFocus,onKeyDown,onKeyPress,onKeyUp,onMouseDown,onMouseUp,onMouseMove,OnMouseOut,OnMouseOver,onSelect, Client:(option),(Declarations),Entering,Exiting,Initialize,Terminate
Domino Attributes:
<inputText Attributes id="" style="width:100px;height:30px;" value="" maxlength="" required="false" type="text" allowtabout="false" defaultfocus="false" protected="false" sign="false" storelocally="false" hidewhen="" inputvalidation="" inputtranslation="" text="" type="text" kind="editable" bgcolor="#ffffff" id="" name="" digits="" format="" punctuated="" parens="" percent="" show="" date="" allowmultivalues="false" showtodaywhenappropriate="" fourdigityear="" fourdigityearfor21stcentury="" omitthisyear="" time="" zone="" calendar="" allowtabout="false" borderstyle="inset" listdisplayseparator="comma" listinputseparators="comma" lookupaddressonrefresh="false" lookupeachchar="false" protected="false" showdelimiters="true" sign="false" storelocally="false" useappletinbrowser="false" ui="" recalconchange="false" recalcchoices="false" numberColumns="" allownew="true" multiline="true" usenotesstyle="false" firstdisplay="" onlyallow="" useappletinbrowser="false"/>
Example Royale output:
TODO
Default MXML Propertytext
See also
Property | Defined By | ||
---|---|---|---|
alignPardef : String | DominoInputText | ||
allowmultivalues : Boolean | DominoInputText | ||
calendar : String
Domino:The %datetimeformat.calendar; entity defines different types of calendars.
This property only work for filed as 'datetime' type
<% datetimeformat.calendar "gregorian | hijri">
gregorian
Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle. | DominoInputText | ||
calendars : ArrayList [read-only] | DominoInputText | ||
choicesdialog : String
Domino:Types of list fields available as defined in the %field.choicesdialogs; entity.
<!ENTITY % field.choicesdialogs "none | addressbook | acl | view ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
choicesdialogs : ArrayList [read-only] | DominoInputText | ||
color : String | DominoInputText | ||
colors : ArrayList [read-only] | DominoInputText | ||
date : String
Domino:Displays the date in the format defined in the Defined entities for <datetimeformat/> element entity.
This property only work for filed as 'datetime' type
<!ENTITY % datetimeformat.date "yearmonthday | year4monthday | monthday | yearmonth | year4month | weekdaymonthdayyear | weekdaymonthday | weekday | month | day | year >
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
dates : ArrayList [read-only] | DominoInputText | ||
defaultvalue : String | DominoInputText | ||
digits : Number
Domino: Represents the number of decimal places (0 to 15) to display when displaying the number. | DominoInputText | ||
familyid : String | DominoInputText | ||
familyids : ArrayList [read-only] | DominoInputText | ||
fieldHint : String | DominoInputText | ||
firstdisplay : String | DominoInputText | ||
fontName : String | DominoInputText | ||
fontNames : ArrayList [read-only] | DominoInputText | ||
fontStyle : String | DominoInputText | ||
fontStyles : ArrayList [read-only] | DominoInputText | ||
format : String
Domino: The %numberformat.formats; entity defines the choices for number formats. | DominoInputText | ||
formats : ArrayList [read-only] | DominoInputText | ||
formula : String | DominoInputText | ||
fourdigityear : Boolean
Domino:Always displays the year using four digits.
This property only work for filed as 'datetime' type
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
fourdigityearfor21stcentury : Boolean
Domino:Displays the year using four digits only for dates having the year 2000 and later.
This property only work for filed as 'datetime' type
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
height : Number [override] [read-only]
Domino: style
| DominoInputText | ||
heightOutput : Boolean | DominoInputText | ||
helpDescription : String | DominoInputText | ||
hide : String | DominoInputText | ||
hidewhen : String
Domino:Contains formula ,Represents hide or show the element.
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
htmlClass : String | DominoInputText | ||
htmlId : String | DominoInputText | ||
htmlOther : String | DominoInputText | ||
htmlStyle : String | DominoInputText | ||
htmlTitle : String | DominoInputText | ||
idAttribute : String
Domino: id (Require ,default is 'test')
notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported
| DominoInputText | ||
inputProtected : Boolean | DominoInputText | ||
inputSeal : Boolean | DominoInputText | ||
inputSign : Boolean | DominoInputText | ||
inputtranslation : String | DominoInputText | ||
inputvalidation : String | DominoInputText | ||
keyformulachoices : Boolean | DominoInputText | ||
keyformulavalue : String
Domino:The formula that represents key word for list.
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
keywords : String
Domino:Contains an optional textlist or formula element.
This property only work for filed as 'datetime' type
<% datetimeformat.calendar "gregorian | hijri">
gregorian
Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle. | DominoInputText | ||
keywordsformula : String
Domino:Contains formula ,Represents an function or command in the formula language..
This property only work for filed as 'keyword' or 'checkbox' type
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
keywordui : String
Domino:Types of list fields that the end user sees, as defined in the %keywords.ui; entity.
<!ENTITY % keywords.ui "dialoglist | checkbox | radiobutton | combobox | listbox ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
keyworduis : ArrayList [read-only] | DominoInputText | ||
kind : String
Domino: Kind of field as defined in the %field.kinds; entity.
<!ENTITY % field.kinds; "editable | computed | computedfordisplay | computedwhencomposed ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
limitinputKinds : ArrayList [read-only] | DominoInputText | ||
listdisplayseparator : String
Domino:The types of separators that can be used between list elements when a user enters multiple values. | DominoInputText | ||
listinputseparators : String
Domino:The types of separators that can be used between list elements when a user enters multiple values. | DominoInputText | ||
listPardef : String | DominoInputText | ||
lists : ArrayList [read-only] | DominoInputText | ||
maxLength : String
Domino: maxlength (Optional)
| DominoInputText | ||
nameAttribute : String
Name assigned to the field.it must keep unique in one form file. | DominoInputText | ||
numberColumns : Number
Domino: numberColumns (Optional)
| DominoInputText | ||
object : String | DominoInputText | ||
objects : ArrayList [read-only] | DominoInputText | ||
omitthisyear : Boolean
Domino:If true, omits the year from the date and time display formats. | DominoInputText | ||
onlyallow : String | DominoInputText | ||
parens : Boolean
Domino: If true, displays negative numbers enclosed in parentheses; for example, (5) instead of -5.
This property only work for filed as 'number' type
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
percent : Boolean
Domino:If true, displays values as percentages; for example, displays .10 as 10%.
This property only work for filed as 'number' type
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
percentHeight : Number [override] [read-only] | DominoInputText | ||
percentWidth : Number [override] [read-only]
Domino: style
| DominoInputText | ||
pitches : String | DominoInputText | ||
pitchess : ArrayList [read-only] | DominoInputText | ||
punctuated : Boolean
Domino: If true, displays large numbers with the thousands separator; for example, 1,000..
This property only work for filed as 'number' type
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
recalcchoices : Boolean
Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field.
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
recalonchange : Boolean
Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field.
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
required : Boolean
Domino: required
| DominoInputText | ||
securityOptions : ArrayList [read-only] | DominoInputText | ||
securityOptionsInput : String | DominoInputText | ||
separators : ArrayList [read-only] | DominoInputText | ||
show : String
Domino:Displays the date and time in the format defined in the %datetimeformat.show; entity.
This property only work for filed as 'datetime' type
<!ENTITY %datetimeformat.show "date | time | datetime">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
shows : ArrayList [read-only] | DominoInputText | ||
showtodaywhenappropriate : Boolean
Domino:Boolean. | DominoInputText | ||
size : String | DominoInputText | ||
spaces : ArrayList [read-only] | DominoInputText | ||
text : String [override]
Domino: value
notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported
| DominoInputText | ||
time : String
Domino:Displays the time in the format defined in the %datetimeformat.time; entity.
This property only work for filed as 'datetime' type
<!ENTITY % datetimeformat.time "hourminutesecondhundredths | hourminutesecond | hourminute | hour">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
times : ArrayList [read-only] | DominoInputText | ||
truetype : String | DominoInputText | ||
type : String
Domino: Type of field as defined in the %field.types; entity.
<!ENTITY % field.types "text | number | datetime | richtext | keyword | names | authors | readers | password | formula | timezone | richtextlite | color ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported
| DominoInputText | ||
width : Number [override] [read-only]
Domino: style
notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported
| DominoInputText | ||
widthOutput : Boolean | DominoInputText | ||
zone : String
Domino:Displays the time zone in the format defined in the %datetimeformat.zone; entity.
This property only work for filed as 'datetime' type
< !ENTITY % datetimeformat.zone "never | sometimes | always">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported
| DominoInputText | ||
zones : ArrayList [read-only] | DominoInputText |
Property | Defined By | ||
---|---|---|---|
heightOutputChanged : Boolean | DominoInputText | ||
widthOutputChanged : Boolean | DominoInputText |
Method | Defined By | ||
---|---|---|---|
DominoInputText | |||
toRoyaleConvertCode():XML | DominoInputText |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | DominoInputText |
Constant | Defined By | ||
---|---|---|---|
DOMINO_ELEMENT_NAME : String = field [static] | DominoInputText | ||
ELEMENT_NAME : String = Field [static] | DominoInputText |
alignPardef | property |
alignPardef:String
This property can be used as the source for data binding.
public function get alignPardef():String
public function set alignPardef(value:String):void
allowmultivalues | property |
allowmultivalues:Boolean
This property can be used as the source for data binding.
public function get allowmultivalues():Boolean
public function set allowmultivalues(value:Boolean):void
<InputText allowmultivalues=""/>
<inputText allowmultivalues=""/>
calendar | property |
calendar:String
Domino:The %datetimeformat.calendar; entity defines different types of calendars.
This property only work for filed as 'datetime' type
<% datetimeformat.calendar "gregorian | hijri">
gregorian
Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.hijri
Islamic calendar based on twelve lunar months.notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get calendar():String
public function set calendar(value:String):void
<InputText calendar=""/>
<inputText calendar=""/>
calendars | property |
calendars:ArrayList
[read-only] public function get calendars():ArrayList
choicesdialog | property |
choicesdialog:String
Domino:Types of list fields available as defined in the %field.choicesdialogs; entity.
<!ENTITY % field.choicesdialogs "none | addressbook | acl | view ">
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get choicesdialog():String
public function set choicesdialog(value:String):void
<InputText choicesdialog="false"/>
<InputText choicesdialog="false"/>
choicesdialogs | property |
choicesdialogs:ArrayList
[read-only] public function get choicesdialogs():ArrayList
color | property |
color:String
public function get color():String
public function set color(value:String):void
colors | property |
colors:ArrayList
[read-only] public function get colors():ArrayList
date | property |
date:String
Domino:Displays the date in the format defined in the Defined entities for <datetimeformat/> element entity.
This property only work for filed as 'datetime' type
<!ENTITY % datetimeformat.date "yearmonthday | year4monthday | monthday | yearmonth | year4month | weekdaymonthdayyear | weekdaymonthday | weekday | month | day | year >
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get date():String
public function set date(value:String):void
<InputText date=""/>
<inputText date=""/>
dates | property |
dates:ArrayList
[read-only] public function get dates():ArrayList
defaultvalue | property |
defaultvalue:String
This property can be used as the source for data binding.
public function get defaultvalue():String
public function set defaultvalue(value:String):void
digits | property |
digits:Number
Domino: Represents the number of decimal places (0 to 15) to display when displaying the number. .
If the value is "varying," indicates that the number of decimal places to display may change.
It only work for filed type is number
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get digits():Number
public function set digits(value:Number):void
<InputText digits=""/>
<inputText digits=""/>
familyid | property |
familyid:String
public function get familyid():String
public function set familyid(value:String):void
familyids | property |
familyids:ArrayList
[read-only] public function get familyids():ArrayList
fieldHint | property |
fieldHint:String
public function get fieldHint():String
public function set fieldHint(value:String):void
firstdisplay | property |
firstdisplay:String
This property can be used as the source for data binding.
public function get firstdisplay():String
public function set firstdisplay(value:String):void
fontName | property |
fontName:String
public function get fontName():String
public function set fontName(value:String):void
fontNames | property |
fontNames:ArrayList
[read-only] public function get fontNames():ArrayList
fontStyle | property |
fontStyle:String
public function get fontStyle():String
public function set fontStyle(value:String):void
fontStyles | property |
fontStyles:ArrayList
[read-only] public function get fontStyles():ArrayList
format | property |
format:String
Domino: The %numberformat.formats; entity defines the choices for number formats. .
This property only work for filed as 'number' type
<!ENTITY % numberformat.formats "general | fixed | scientific | currency"/>
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get format():String
public function set format(value:String):void
<InputText format=""/>
<inputText format=""/>
formats | property |
formats:ArrayList
[read-only] public function get formats():ArrayList
formula | property |
formula:String
This property can be used as the source for data binding.
public function get formula():String
public function set formula(value:String):void
fourdigityear | property |
fourdigityear:Boolean
Domino:Always displays the year using four digits.
This property only work for filed as 'datetime' type
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get fourdigityear():Boolean
public function set fourdigityear(value:Boolean):void
<InputText fourdigityear=""/>
<inputText fourdigityear=""/>
fourdigityearfor21stcentury | property |
fourdigityearfor21stcentury:Boolean
Domino:Displays the year using four digits only for dates having the year 2000 and later.
This property only work for filed as 'datetime' type
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get fourdigityearfor21stcentury():Boolean
public function set fourdigityearfor21stcentury(value:Boolean):void
<InputText fourdigityearfor21stcentury=""/>
<inputText fourdigityearfor21stcentury=""/>
height | property |
height:Number
[read-only] [override]
Domino: style
The default value is "30"
.
This property can be used as the source for data binding.
public function get height():Number
<InputText height="30"/>
<inputText style="width:100px;height:30px;"/>
heightOutput | property |
heightOutput:Boolean
This property can be used as the source for data binding.
public function get heightOutput():Boolean
public function set heightOutput(value:Boolean):void
heightOutputChanged | property |
protected var heightOutputChanged:Boolean
helpDescription | property |
helpDescription:String
public function get helpDescription():String
public function set helpDescription(value:String):void
hide | property |
hide:String
public function get hide():String
public function set hide(value:String):void
hidewhen | property |
hidewhen:String
Domino:Contains formula ,Represents hide or show the element.
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get hidewhen():String
public function set hidewhen(value:String):void
<InputText hidewhen=""/>
<formula > <formula />
htmlClass | property |
htmlClass:String
public function get htmlClass():String
public function set htmlClass(value:String):void
htmlId | property |
htmlId:String
public function get htmlId():String
public function set htmlId(value:String):void
htmlOther | property |
htmlOther:String
public function get htmlOther():String
public function set htmlOther(value:String):void
htmlStyle | property |
htmlStyle:String
public function get htmlStyle():String
public function set htmlStyle(value:String):void
htmlTitle | property |
htmlTitle:String
public function get htmlTitle():String
public function set htmlTitle(value:String):void
idAttribute | property |
idAttribute:String
Domino: id (Require ,default is 'test')
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Supported |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get idAttribute():String
public function set idAttribute(value:String):void
<InputText id=""/>
<inputText id=""/>
inputProtected | property |
inputProtected:Boolean
public function get inputProtected():Boolean
public function set inputProtected(value:Boolean):void
inputSeal | property |
inputSeal:Boolean
public function get inputSeal():Boolean
public function set inputSeal(value:Boolean):void
inputSign | property |
inputSign:Boolean
public function get inputSign():Boolean
public function set inputSign(value:Boolean):void
inputtranslation | property |
inputtranslation:String
This property can be used as the source for data binding.
public function get inputtranslation():String
public function set inputtranslation(value:String):void
inputvalidation | property |
inputvalidation:String
This property can be used as the source for data binding.
public function get inputvalidation():String
public function set inputvalidation(value:String):void
keyformulachoices | property |
keyformulachoices:Boolean
This property can be used as the source for data binding.
public function get keyformulachoices():Boolean
public function set keyformulachoices(value:Boolean):void
keyformulavalue | property |
keyformulavalue:String
Domino:The formula that represents key word for list.
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get keyformulavalue():String
public function set keyformulavalue(value:String):void
<InputText keyformulavalue=""/>
<formula > <formula />
keywords | property |
keywords:String
Domino:Contains an optional textlist or formula element.
This property only work for filed as 'datetime' type
<% datetimeformat.calendar "gregorian | hijri">
gregorian
Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.hijri
Islamic calendar based on twelve lunar months.notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get keywords():String
public function set keywords(value:String):void
<InputText keywords=""/>
<inputText keywords=""/>
keywordsformula | property |
keywordsformula:String
Domino:Contains formula ,Represents an function or command in the formula language..
This property only work for filed as 'keyword' or 'checkbox' type
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get keywordsformula():String
public function set keywordsformula(value:String):void
<InputText keywordsformula=""/>
<formula > <formula />
keywordui | property |
keywordui:String
Domino:Types of list fields that the end user sees, as defined in the %keywords.ui; entity.
<!ENTITY % keywords.ui "dialoglist | checkbox | radiobutton | combobox | listbox ">
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get keywordui():String
public function set keywordui(value:String):void
<InputText recalcchoices="false"/>
<InputText recalcchoices="false"/>
keyworduis | property |
keyworduis:ArrayList
[read-only] public function get keyworduis():ArrayList
kind | property |
kind:String
Domino: Kind of field as defined in the %field.kinds; entity.
<!ENTITY % field.kinds; "editable | computed | computedfordisplay | computedwhencomposed ">
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get kind():String
public function set kind(value:String):void
<InputText kind=""/>
<inputText kind=""/>
limitinputKinds | property |
limitinputKinds:ArrayList
[read-only] public function get limitinputKinds():ArrayList
listdisplayseparator | property |
listdisplayseparator:String
Domino:The types of separators that can be used between list elements when a user enters multiple values. See the %list.separators; entity for a list of available options. NMTOKENS are name tokens that enable a user to make multiple choices.
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get listdisplayseparator():String
public function set listdisplayseparator(value:String):void
<InputText listdisplayseparator="false"/>
<InputText listdisplayseparator="false"/>
listinputseparators | property |
listinputseparators:String
Domino:The types of separators that can be used between list elements when a user enters multiple values. See the %list.separators; entity for a list of available options. NMTOKENS are name tokens that enable a user to make multiple choices.
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get listinputseparators():String
public function set listinputseparators(value:String):void
<InputText listinputseparators="false"/>
<InputText listinputseparators="false"/>
listPardef | property |
listPardef:String
public function get listPardef():String
public function set listPardef(value:String):void
lists | property |
lists:ArrayList
[read-only] public function get lists():ArrayList
maxLength | property |
maxLength:String
Domino: maxlength (Optional)
This property can be used as the source for data binding.
public function get maxLength():String
public function set maxLength(value:String):void
<InputText maxlength=""/>
<inputText maxlength=""/>
nameAttribute | property |
nameAttribute:String
Name assigned to the field.it must keep unique in one form file.
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Supported |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get nameAttribute():String
public function set nameAttribute(value:String):void
<InputText nameAttribute=""/>
<inputText name=""/>
numberColumns | property |
numberColumns:Number
Domino: numberColumns (Optional)
This property can be used as the source for data binding.
public function get numberColumns():Number
public function set numberColumns(value:Number):void
<InputText numberColumns=""/>
<inputText numberColumns=""/>
object | property |
object:String
This property can be used as the source for data binding.
public function get object():String
public function set object(value:String):void
objects | property |
objects:ArrayList
[read-only] public function get objects():ArrayList
omitthisyear | property |
omitthisyear:Boolean
Domino:If true, omits the year from the date and time display formats. Default is false
This property only work for filed as 'datetime' type
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get omitthisyear():Boolean
public function set omitthisyear(value:Boolean):void
<InputText omitthisyear=""/>
<inputText omitthisyear=""/>
onlyallow | property |
onlyallow:String
This property can be used as the source for data binding.
public function get onlyallow():String
public function set onlyallow(value:String):void
parens | property |
parens:Boolean
Domino: If true, displays negative numbers enclosed in parentheses; for example, (5) instead of -5.
This property only work for filed as 'number' type
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get parens():Boolean
public function set parens(value:Boolean):void
<InputText parens=""/>
<inputText parens=""/>
percent | property |
percent:Boolean
Domino:If true, displays values as percentages; for example, displays .10 as 10%.
This property only work for filed as 'number' type
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get percent():Boolean
public function set percent(value:Boolean):void
<InputText percent=""/>
<inputText percent=""/>
percentHeight | property |
percentHeight:Number
[read-only] [override] This property can be used as the source for data binding.
public function get percentHeight():Number
percentWidth | property |
percentWidth:Number
[read-only] [override]
Domino: style
This property can be used as the source for data binding.
public function get percentWidth():Number
<InputText percentWidth="80"/>
<inputText style="width:80%;"/>
pitches | property |
pitches:String
public function get pitches():String
public function set pitches(value:String):void
pitchess | property |
pitchess:ArrayList
[read-only] public function get pitchess():ArrayList
punctuated | property |
punctuated:Boolean
Domino: If true, displays large numbers with the thousands separator; for example, 1,000..
This property only work for filed as 'number' type
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get punctuated():Boolean
public function set punctuated(value:Boolean):void
<InputText punctuated=""/>
<inputText punctuated=""/>
recalcchoices | property |
recalcchoices:Boolean
Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field.
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get recalcchoices():Boolean
public function set recalcchoices(value:Boolean):void
<InputText recalcchoices="false"/>
<InputText recalcchoices="false"/>
recalonchange | property |
recalonchange:Boolean
Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field.
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get recalonchange():Boolean
public function set recalonchange(value:Boolean):void
<InputText recalonchange="false"/>
<InputText recalonchange="false"/>
required | property |
required:Boolean
Domino: required
The default value is "false"
.
This property can be used as the source for data binding.
public function get required():Boolean
public function set required(value:Boolean):void
<InputText required="false"/>
<inputText required="false"/>
securityOptions | property |
securityOptions:ArrayList
[read-only] public function get securityOptions():ArrayList
securityOptionsInput | property |
securityOptionsInput:String
public function get securityOptionsInput():String
public function set securityOptionsInput(value:String):void
separators | property |
separators:ArrayList
[read-only] public function get separators():ArrayList
show | property |
show:String
Domino:Displays the date and time in the format defined in the %datetimeformat.show; entity.
This property only work for filed as 'datetime' type
<!ENTITY %datetimeformat.show "date | time | datetime">
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get show():String
public function set show(value:String):void
<InputText show=""/>
<inputText show=""/>
shows | property |
shows:ArrayList
[read-only] public function get shows():ArrayList
showtodaywhenappropriate | property |
showtodaywhenappropriate:Boolean
Domino:Boolean. If true, displays 'today' instead of the date when date equals the current date.
This property only work for filed as 'datetime' type
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get showtodaywhenappropriate():Boolean
public function set showtodaywhenappropriate(value:Boolean):void
<InputText showtodaywhenappropriate=""/>
<inputText showtodaywhenappropriate=""/>
size | property |
size:String
public function get size():String
public function set size(value:String):void
spaces | property |
spaces:ArrayList
[read-only] public function get spaces():ArrayList
text | property |
text:String
[override]
Domino: value
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Supported |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get text():String
public function set text(value:String):void
<InputText value=""/>
<inputText value=""/>
time | property |
time:String
Domino:Displays the time in the format defined in the %datetimeformat.time; entity.
This property only work for filed as 'datetime' type
<!ENTITY % datetimeformat.time "hourminutesecondhundredths | hourminutesecond | hourminute | hour">
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get time():String
public function set time(value:String):void
<InputText time=""/>
<inputText time=""/>
times | property |
times:ArrayList
[read-only] public function get times():ArrayList
truetype | property |
truetype:String
public function get truetype():String
public function set truetype(value:String):void
type | property |
type:String
Domino: Type of field as defined in the %field.types; entity.
<!ENTITY % field.types "text | number | datetime | richtext | keyword | names | authors | readers | password | formula | timezone | richtextlite | color ">
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Supported |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get type():String
public function set type(value:String):void
<InputText type=""/>
<inputText type=""/>
width | property |
width:Number
[read-only] [override]
Domino: style
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Supported |
Flex | Supported |
GSP | Supported |
The default value is "100"
.
This property can be used as the source for data binding.
public function get width():Number
<InputText width="100"/>
<inputText style="width:100px;height:30px;"/>
widthOutput | property |
widthOutput:Boolean
This property can be used as the source for data binding.
public function get widthOutput():Boolean
public function set widthOutput(value:Boolean):void
widthOutputChanged | property |
protected var widthOutputChanged:Boolean
zone | property |
zone:String
Domino:Displays the time zone in the format defined in the %datetimeformat.zone; entity.
This property only work for filed as 'datetime' type
< !ENTITY % datetimeformat.zone "never | sometimes | always">
notes Client | Supported |
Apache Royale | Planned |
PrimeFaces | Planned |
Flex | Supported |
GSP | Supported |
This property can be used as the source for data binding.
public function get zone():String
public function set zone(value:String):void
<InputText time=""/>
<inputText time=""/>
zones | property |
zones:ArrayList
[read-only] public function get zones():ArrayList
DominoInputText | () | Constructor |
public function DominoInputText()
commitProperties | () | method |
override protected function commitProperties():void
toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XML
ReturnsXML |
DOMINO_ELEMENT_NAME | Constant |
public static const DOMINO_ELEMENT_NAME:String = field
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = Field