block_box
Created by: hiran, Last modification: Sun 21 of Jan, 2007 (12:09 UTC)
Creates a box in the 'bitweaver' style. Default is a <div> element with according parameters, but this may be overridden.
Use this function to create boxes that can be easily styled later on.
Any other attributes are passed through directly.
Use this function to create boxes that can be easily styled later on.
Parameters
| title | Box title | optional |
| class | Box class (for CSS) | optional |
| iclass | ||
| ipackage | same as for function_biticon | optional, required for iname |
| iname | same as for function_biticon | optional, required for ipackage |
| iexplain | same as for function_biticon | optional, only used with iname/ipackage |
| idiv | same as for function_biticon | optional, only used with iname/ipackage |
Any other attributes are passed through directly.
Sample
{box title="my box title" ipackage="mypackage" iname="my_icon_name"} This is the box' content. {/box}
See also
Related Items
Documentation » Technical Documentation » Smarty Functions
a list of custom smarty functions that are used and maintained by bitweaver
block.bitmodule • block_box • block_form • block_forminput • block_jstabs • block_legend • function_biticon • function_bit_select_datetime • function_formlabel • function_libertypagination • function_pagination • function_smartlink • function_var_dump • Smarty Functions
Comments