|
P5EEx-Blue-0.01 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
![]() |
P5EEx::Blue::Widget::HTML::AppFrame |
P5EEx::Blue::Widget::HTML::AppFrame - An application frame.
$name = "office";
# official way use Widget; $context = P5EEx::Blue::P5EE->context(); $w = $context->widget($name);
# internal way use P5EEx::Blue::Widget::HTML::AppFrame; $w = P5EEx::Blue::Widget::HTML::AppFrame->new($name);
This class implements an application frame. This includes a menu, an application toolbar, a screen selector, a screen title, a screen toolbar, and a screen frame. The application is actually implemented by the set of screens that the application frame is configured to allow navigation to.
The application frame can implement itself in frames if it is configured to do so. Otherwise, it implements itself as a table.