AT WORK Anwenden von SichtbarkeitsregelnIN PROGRESS
Syntax
$ctx{node}
Beispiele:
...
- nodeValue($ctx{NATIONALITÄT}) == "Ausland"
- SHOWCASE: src/main/resources/resources/SHOWCASE/UI_COMPONENT/einfache Komponenten/CH_Adresse.jfd
Codeblock |
---|
language | xml |
---|
theme | Emacs |
---|
title | SHOWCASE |
---|
linenumbers | true |
---|
collapse | true |
---|
|
<rules>
<rule>
<condition>$ctx{Strasse} != null</condition>
<mainAction>setApplicationRequired(true,true,$ctx{StrasseNr})</mainAction>
<inverseAction>setApplicationRequired(false,false,$ctx{StrasseNr})</inverseAction>
</rule>
</rules> |
- ERZ-BIZ: src/main/resources/resources/ERZ-BIZ/UI_COMPONENT/complex/component/CC_ALLGEMEINE_ANGABEN_KLG.jfd
Codeblock |
---|
language | xml |
---|
theme | Emacs |
---|
title | ERZ-BIZ |
---|
linenumbers | true |
---|
collapse | true |
---|
|
<visibility useSyntax="true">
<expression>nodeValue("$ctx{NATIONALITÄT}") == "Ausland"</expression>
</visibility> |