Panel
Shortcut :
Npk::openPanel($arg = array()); Npk::closePanel();
Object call :
NpkPanel::open($arg = array()); NpkPanel::close();
Example :
Panel Demo
This is a demo of NpkPanel.
Sources :
<?php Npk::openPanel(array("title" => "Panel Demo", "style" => "width:300px;margin:0 auto;")); ?>
This is a demo of NpkPanel.
<?php Npk::closePanel(); ?>
Documentation