Projet

Général

Profil

99_number.xml

Joël Cuissinat, 23/05/2017 16:13

Télécharger (606 octets)

 
1
<?xml version='1.0' encoding='utf-8'?>
2

    
3
<creole>
4

    
5
    <files/>
6

    
7
    <variables>
8
        <family name='Test'>
9
            <variable name='test_nb' type='number' description='Variable de type number' />
10
            <variable name='test_target' type='string' description="Variable Cachée si le nombre vaut 1"/>
11
        </family>
12
    </variables>
13

    
14
    <constraints>
15
        <condition name='disabled_if_in' source='test_nb'>
16
            <param>1</param>
17
            <target type='variable'>test_target</target>
18
        </condition>
19
    </constraints>
20

    
21
    <help/>
22

    
23
</creole>
24
<!-- vim: ts=4 sw=4 expandtab
25
-->