add fill/auto with dynamic option
This commit is contained in:
@ -0,0 +1,31 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<creole>
|
||||
<family doc="" name="creole">
|
||||
<family doc="general" name="general">
|
||||
<property>normal</property>
|
||||
<variable doc="No change" multi="True" name="varname" type="string">
|
||||
<property>mandatory</property>
|
||||
<property>normal</property>
|
||||
<value>val1</value>
|
||||
<value>val2</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family dynamic="creole.general.varname" doc="dyn" name="dyn">
|
||||
<property>normal</property>
|
||||
<variable doc="No change" multi="False" name="vardyn" type="string">
|
||||
<property>mandatory</property>
|
||||
<property>normal</property>
|
||||
<value>val</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family doc="new" name="new">
|
||||
<property>normal</property>
|
||||
<variable doc="No change" multi="False" name="newvar" type="string">
|
||||
<property>normal</property>
|
||||
<value name="calc_val" type="calculation">
|
||||
<param suffix="val1" transitive="False" type="variable">creole.dyn.vardyn</param>
|
||||
</value>
|
||||
</variable>
|
||||
</family>
|
||||
</family>
|
||||
</creole>
|
Reference in New Issue
Block a user