Widget_window.about - gd-99/symbiogd GitHub Wiki
This function returns a window which is an "About" window.
Description
jQuery $.w.window.about( object data )
Creates an "About" window.
Parameters
- object data : "About" window's data.
- jQuery parentWindow = $.w.window.getActive() : the parent window.
- string name : the app's name
- string version : the app's version
- string description : the app's description
- string author : the app's author
Return value
A jQuery object corresponding to the created window.
Options, methods, events, examples
See window.