Class String.HTML.OBox
- Description
Provides the same functionality as the simple_obox function, in a "streaming" way. The real gain is different addtition methods as well as the possibility to change the cell callback at any time.
- See also
simple_obox
- Method create
String.HTML.OBox String.HTML.OBox(
void
|string
frame_color
,void
|string
cell_color
,void
|string
width
,void
|string
padding
,void
|function
(int
,int
,string
,string
:string
)cell_callback
)