Powered by SmartDoc

CKConditional

Controls generating HTML.

Required attribute: condition

Attributes of CKConditional
Attribute Type Description
condition true/false If the value is true and negateis false, the body of the CKCoditional tag is displayed.
negate true/false Inverts the meaning of the condition.
Contorol Table
condition negate Result
true false show
false false not show
true true not show
false true show