added the deck

This commit is contained in:
Ralf Becker 2003-03-27 23:47:03 +00:00
parent f7e3a07b05
commit 37bf419a10

View File

@ -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