File: ConditionalPage.html

package info (click to toggle)
amrita 1.0.2-8
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,884 kB
  • ctags: 1,362
  • sloc: ruby: 9,159; xml: 978; makefile: 110
file content (28 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<CGIKIT NAME=HeaderFooter>

<p><strong>Element:</strong> CKConditional</p>

<p>
CKConditional controls generating HTML with conditions attached.
</p>

<br>

<p><strong>Example:</strong></p>

<CGIKIT NAME=Form>

<CGIKIT NAME=ConditionalTrue>
<CGIKIT NAME=HideInspect></CGIKIT>
</CGIKIT>

<CGIKIT NAME=ConditionalFalse>
<CGIKIT NAME=ShowInspect></CGIKIT>
</CGIKIT>
</CGIKIT>

<p><strong>Result:</strong></p>
<CGIKIT NAME=Inspect><p id=inspectVersion></p></CGIKIT>


</CGIKIT>