]> err.no Git - scalable-opengroupware.org/blob - WebUI/wox-cheat-sheet.txt
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@29 d1b88da0-ebda-0310-925b-ed51d8...
[scalable-opengroupware.org] / WebUI / wox-cheat-sheet.txt
1 WOxControlElemBuilder
2 ---------------------
3
4 :if         -> WOConditional
5 :foreach    -> WORepetition
6 :for-each   -> WORepetition
7 :with       -> WOSetCursor
8
9 WOxMiscElemBuilder
10 ------------------
11
12 :component-content      -> WOComponentContent
13 :checkbox-list          -> WOCheckBoxList
14 :entity                 -> WOEntity
15 :multiselection         -> WOBrowser
16 :nbsp /*DEPRECATED*/    -> WOEntity 
17 :popup                  -> WOPopUpButton
18 :radio-button-matrix    -> WORadioButtonMatrix
19 :string                 -> WOString
20 :singleselection        -> WOBrowser
21
22
23 WOxHTMLElemBuilder
24 ------------------
25
26 :text       -> WOTextField
27 :file       -> WOFileUpload
28 :a          -> WOHyperlink
29 :img        -> WOImage
30 :form       -> WOForm
31 :textarea   -> WOText
32 :embed      -> WOEmbeddedObject
33 :frame      -> WOFrame
34 :iframe     -> WOIFrame
35 :body       -> WOBody
36
37 :input [type="submit"]          -> WOSubmitButton
38 :input [type="reset"]           -> WOResetButton
39 :input [type="image"]           -> WOImageButton
40 :input [type="radio"]           -> WORadioButton
41 :input [type="checkbox"]        -> WOCheckBox
42 :input [type="file"]            -> WOFileUpload
43 :input [type="hidden"]          -> WOHiddenField
44 :input [type="password"]        -> WOPasswordField
45 :input [type="*"]               -> WOTextField
46
47 :meta [http-equiv="refresh*"]   -> WOMetaRefresh
48
49 :* [hasChildNodes="YES"]        -> WOGenericContainer
50 :* [hasChildNodes="NO"]         -> WOGenericElement