forked from extern/egroupware
added the deck
This commit is contained in:
parent
f7e3a07b05
commit
37bf419a10
@ -43,7 +43,8 @@
|
|||||||
'html' => 'Html', // Raw html in $content[$cell['name']]
|
'html' => 'Html', // Raw html in $content[$cell['name']]
|
||||||
'file' => 'FileUpload', // show an input type='file', set the local name as ${name}_path
|
'file' => 'FileUpload', // show an input type='file', set the local name as ${name}_path
|
||||||
'vbox' => 'VBox', // a (vertical) box to contain widgets in rows, size = # of rows
|
'vbox' => 'VBox', // a (vertical) box to contain widgets in rows, size = # of rows
|
||||||
'hbox' => 'HBox' // a (horizontal) box to contain widgets in cols, size = # of cols
|
'hbox' => 'HBox', // a (horizontal) box to contain widgets in cols, size = # of cols
|
||||||
|
'deck' => 'Deck' // a container of elements where only one is visible, size = # of elem.
|
||||||
);
|
);
|
||||||
/*!
|
/*!
|
||||||
@function boetemplate
|
@function boetemplate
|
||||||
|
Loading…
Reference in New Issue
Block a user