mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
added the deck
This commit is contained in:
parent
f7e3a07b05
commit
37bf419a10
@ -43,7 +43,8 @@
|
||||
'html' => 'Html', // Raw html in $content[$cell['name']]
|
||||
'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
|
||||
'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
|
||||
|
Loading…
Reference in New Issue
Block a user