ToolTip
Shortcut :
Npk::toolTip($arg = array());
Object call :
NpkToolTip::bind($arg = array());
Example :
Gray Tooltip here! || Black Tooltip here!
Sources :
Npk::toolTip(array("bindTo" => "myspan",
"text" => "This is a <span style="color:red;font-style:italic;">tooltip</span>", "style" => "width:400px;height:40px;"));
Npk::toolTip(array("bindTo" => "myspanb", "theme" => "black",
"text" => "This is a <span style="color:red;font-style:italic;">tooltip</span>", "style" => "width:400px;height:40px;"));
Documentation