Last modified by Marius Dumitru Florea on 2021/08/24

<
From version < 2.1 >
edited by Ecaterina Moraru (Valica)
on 2011/02/07
To version < 4.1 >
edited by Ecaterina Moraru (Valica)
on 2011/02/07
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,7 @@
1 -{{velocity}}$xwiki.ssx.use("Standards.FormInlineUsage"){{/velocity}}
1 +{{velocity}}
2 +$xwiki.ssx.use("DevGuide.InlineForms")
3 +$xwiki.ssx.use("DevGuide.VerticalForms")
4 +{{/velocity}}
2 2  
3 3  =Forms Standards: Inline Layout Usage=
4 4  
... ... @@ -6,11 +6,11 @@
6 6  {{toc/}}
7 7  {{/box}}
8 8  
9 -XWiki Forms (xform / xformInline) are general usage purpose CSS classes, that need to be used in order to have a consistent view of forms across XWiki.
12 +XWiki Forms (##xform## / ##xformInline##) are general usage purpose CSS classes, that need to be used in order to have a consistent view of forms across XWiki.
10 10  
11 11  * Forms Layout Type:
12 - ** [[Vertical Layout>>DevGuide.VerticalForms]] (xform): uses a dl-dt-dd structure
13 - ** **Inline Layout** (xformInline)
15 + ** [[Vertical Layout>>DevGuide.VerticalForms]] (##xform##): uses a dl-dt-dd structure
16 + ** **Inline Layout** (##xformInline##)
14 14  
15 15  == A. Usage ==
16 16  
inlineform.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.evalica
Size
... ... @@ -1,0 +1,1 @@
1 +714 bytes
Content
XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,9 @@
1 +#template('colorThemeInit.vm')
2 +
3 +.xformInline label {
4 + color: $theme.textColor;
5 + font-size: .85em;
6 + font-weight: 700;
7 + margin-bottom: .3em;
8 + text-transform: uppercase;
9 +}
Name
... ... @@ -1,0 +1,1 @@
1 +Inline Layout Form Standard
Parse content
... ... @@ -1,0 +1,1 @@
1 +Yes
Use this extension
... ... @@ -1,0 +1,1 @@
1 +onDemand

Get Connected