[gen] Master-slave fields: slave values can now ajax-change when the user modifies master values.
This commit is contained in:
parent
f7172be6ee
commit
b8ceb66a49
15 changed files with 253 additions and 74 deletions
|
@ -20,10 +20,10 @@ PROJECTNAME = '<!applicationName!>'
|
|||
diskFolder = os.path.dirname(<!applicationName!>.__file__)
|
||||
|
||||
# Applications classes, in various formats
|
||||
rootClasses = [<!rootClasses!>]
|
||||
appClasses = [<!appClasses!>]
|
||||
appClassNames = [<!appClassNames!>]
|
||||
allClassNames = [<!allClassNames!>]
|
||||
allShortClassNames = {<!allShortClassNames!>}
|
||||
|
||||
# In the following dict, we store, for every Appy class, the ordered list of
|
||||
# fields.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue