|
HAWHAW PHP |
|||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||
HAW_rule
This class will cause a (hawrizontal) rule to be drawn across the screen. You can use it to separate text paragraphs in HAW_deck or HAW_form objects.
Examples:
$myDefaultRule = new HAW_rule();
$mySpecialRule = new HAW_rule("60%", 4);
...
$myPage->add_rule($myDefaultRule)
;
...
$myPage->add_rule($mySpecialRule);
HAW_deck,
HAW_form| Constructor Summary | |
HAW_rule(var $width,
var $size)
Constructor |
|
| Constructor Detail |
public HAW_rule(var $width,
var $size)
width - (optional)size - (optional)
|
© Norbert Huffschmid assembled from PHP source using sed and javadoc |
|||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||