A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
date — Property, class view.domino.surfaceComponents.components.DominoInputText |
|
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
|
dates — Property, class view.domino.surfaceComponents.components.DominoInputText |
| |
defaultvalue — Property, class view.domino.surfaceComponents.components.DominoInputText |
| |
digits — Property, class view.domino.surfaceComponents.components.DominoInputText |
|
Domino: Represents the number of decimal places (0 to 15) to display when displaying the number. |
DominoButton — class, package view.domino.surfaceComponents.components |
|
Representation of Domino button component
The class work for domino visual buttong UI component in the Visual editor
Conversion status
Domino: Complete
Royale: Partial
Input: view.domino.surfaceComponents.components.DominoButton
Example Domino output:
<run>{other some domino element}</run>
Example Royale output:
<j:Button text="%ViewComponentLabel%" click="{dispatchEvent(new ScreenEvent(ScreenEvent.EVENT_NAVIGATE_TO, %ViewComponentName%.NAME))}"
percentWidth="60"/>
</table>
|
DominoButton() — Constructor, class view.domino.surfaceComponents.components.DominoButton |
| |
DominoCalendar — class, package view.domino.surfaceComponents.components |
|
Representation of Calendar in Domino
The class work for domino visual Calendar UI component in the Visual editor
Conversion status
Domino: Complete
Royale: TODO
Input: view.domino.surfaceComponents.components.DominoButton
Example Domino output:
lt;Calendar date="yearmonthday" dateformat="weekdaymonthdayyear"
dateseparator1=" " dateseparator2="/" dateseparator3="/"
dayformat="twodigitday" fourdigityearfor21stcentury="true" height="30"
mode="popup" monthformat="twodigitmonth" pattern="MM/dd/yyyy" preference="usersetting"
show="datetime" time="hourminute" timeseparator=":" value="StartDate" weekdayformat="shortname"
width="100" yearformat="fourdigityear" zone="never"/>
Example Royale output:
TODO
|
DominoCalendar() — Constructor, class view.domino.surfaceComponents.components.DominoCalendar |
| |
DominoComputedText — class, package view.domino.surfaceComponents.components |
|
Representation and converter for Visuale computed text components
This class work for convert from Visuale input components to target framework of body format.
Conversion status
Domino: Complete
Royale: TODO
Input: view.domino.surfaceComponents.components.DominoComputedText
Example Domino output:
<par def='6'><run><font color='blue'/>example string .....</run></par>
Example Royale output:
TODO
|
DominoComputedText() — Constructor, class view.domino.surfaceComponents.components.DominoComputedText |
| |
DOMINO_ELEMENT_NAME — Constant Static Property, class view.domino.surfaceComponents.components.DominoButton |
| |
DOMINO_ELEMENT_NAME — Constant Static Property, class view.domino.surfaceComponents.components.DominoComputedText |
| |
DOMINO_ELEMENT_NAME — Constant Static Property, class view.domino.surfaceComponents.components.DominoInputText |
| |
DOMINO_ELEMENT_NAME — Constant Static Property, class view.domino.surfaceComponents.components.DominoLabel |
| |
DOMINO_ELEMENT_NAME — Constant Static Property, class view.domino.surfaceComponents.components.DominoSection |
| |
DominoInputText — class, package view.domino.surfaceComponents.components |
|
Representation and converter for Visuale field components
This class work for convert from Visuale field components to target framework of domino format.
Conversion status
Domino: Complete
Royale: Partial
Input: 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
|
DominoInputText() — Constructor, class view.domino.surfaceComponents.components.DominoInputText |
| |
DominoLabel — class, package view.domino.surfaceComponents.components |
|
Representation and converter for Visuale label components
This class work for convert from Visuale label components to target framework of domino format.
Conversion status
Domino: Complete
Royale: Partial
Input: view.domino.surfaceComponents.components.DominoLabel
Example Domino output:
<par isNewLine="false">
<run>
<font color="system" size="12pt" style="normal"/>Label
</run>
</par>
Example Royale output:
TODO
|
DominoLabel() — Constructor, class view.domino.surfaceComponents.components.DominoLabel |
| |
dominoParagraph — Property, class view.domino.surfaceComponents.components.DominoParagraph |
| |
DominoParagraph — class, package view.domino.surfaceComponents.components |
|
Representation and converter from paragraph element
This class work for convert from paragraph element of Visuale label/text/field components to target framework of body format.
Conversion status
Domino: Complete
Royale: TODO
Input: view.domino.surfaceComponents.components.DominoParagraph
Example Domino output:
<par def="1019" paragraph="true" dominotype="paragraph" class="flexHorizontalLayout flexHorizontalLayoutLeft flexHorizontalLayoutTop"/>
Example Royale output:
TODO
|
DominoParagraph() — Constructor, class view.domino.surfaceComponents.components.DominoParagraph |
| |
DominoSection — class, package view.domino.surfaceComponents.components |
| |
DominoSection(isOpen:Boolean) — Constructor, class view.domino.surfaceComponents.components.DominoSection |
|
Representation and converter from Visuale section components
This class work for convert from Visuale section components to target framework of body format.
Conversion status
Domino: Complete
Royale: TODO
Input: view.domino.surfaceComponents.components.DominoSection
Example Domino output:
<section expanded="false" showastext="false">
<sectiontitle color="system">
<font size="12pt" style="normal"/><text>Default Title</text>
</sectiontitle>
</section>
Example Royale output:
TODO
|
DominoTable — class, package view.domino.surfaceComponents.components |
|
Representation and converter from Visuale table components
This class work for convert from Visuale table components to target framework of body format.
Conversion status
Domino: Complete
Royale: TODO
Input: view.domino.surfaceComponents.components.DominoTable
Example Domino output:
<table widthtype="fitmargins" cellbordercolor="yellow" leftmargin="1in" cellborderstyle="ridge" colorstyle="solid" bgcolor="silver" insidewrap="true" insidewrapheight="1in">
<border style="solid" width="2px" color="olive" dropshadow="true" />
<tablecolumn width="66.58%" />
<tablecolumn width="33.42%" />
<tablerow>
<tablecell bgcolor="#e0ffbf">
<pardef id="3" align="center" leftmargin="0.0313in" keepwithnext="true" keeptogether="true" />
<par def="3">
<picture height="341px" width="218px" alttext="caldesigns white two-piece dress">
<imageref name="design1.jpg" />
<caption>CALDesigns</caption>
</picture>
</par>
</tablecell>
<tablecell colorstyle="vgradient" bgcolor="none" altbgcolor="#a1e2ff">
<pardef id="4" align="center" leftmargin="0.0313in" keepwithnext="true" keeptogether="true" />
<par def="4" />
<pardef id="5" leftmargin="0.0313in" keepwithnext="true" keeptogether="true" />
<par def="5">
<run>
<font size="24pt" color="blue" />
$250
</run>
</par>
</tablecell>
</tablerow>
<tablerow>
<tablecell bgcolor="#ffe1dc">
<pardef id="6" leftmargin="0.0313in" keepwithnext="true" keeptogether="true" />
<par def="6">
<imagemap lastdefaultid="8" lastcircleid="1" lastrectangleid="55">
<picture height="341px" width="219px" alttext="PERDesigns pink two-piece sleeveless dress">
<border style="dot" width="1px" color="#ff4040" />
<imageref name="design2.jpg" />
<caption>PERDesigns</caption>
</picture>
<area type="circle" htmlid="bracelet">
<point x="5" y="82" />
<point x="81" y="158" />
<urllink href="http://www.PERD
esigns.com/jewelry" />
</area>
</imagemap>
</par>
</tablecell>
<tablecell>
<cellbackground repeat="hrepeat">
<imageref name="graphic.gif" />
</cellbackground>
<par def="5" />
<par>
<run>
<font size="24pt" color="blue" />
$300
</run>
</par>
</tablecell>
</tablerow>
</table>
Example Royale output:
TODO
|
DominoTable() — Constructor, class view.domino.surfaceComponents.components.DominoTable |
| |
DominoTabView — class, package view.domino.surfaceComponents.components |
|
Representation and converter from Visuale tabView components
This class work for convert from Visuale tabView components to target framework of body format.
Conversion status
Domino: Complete
Royale: TODO
Input: view.domino.surfaceComponents.components.DominoTabView
Example Domino output:
<table rowdisplay='tabs' leftmargin='0.0104in' widthtype='fixedleft' refwidth='8.8528in'>
<tablecolumn width='8.8528in'/>
<tablerow tablabel='Company'>
<tablecell></tablecell>
</tablerow>
</tablecolumn>
</table>
Example Royale output:
TODO
|
DominoTabView() — Constructor, class view.domino.surfaceComponents.components.DominoTabView |
| |
dropElementAt(element:mx.core:IVisualElement, index:int) — method, class view.domino.surfaceComponents.components.DominoSection |
| |
duration — Property, class view.domino.surfaceComponents.components.DominoSection |
| |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |