Create /
Windows
xin.set_alert(str)
This is a simple alert window that accepts a string with html as argument.
Nothing else on the page is clickable until the user has clicked 'OK'.
Click to open
-----------
xin.set_dialogue(str)
This is a dialogue window that accepts a string with html as argument.
Nothing else on the page is clickable until the user has clicked 'OK' or 'CANCEL'.
On doing so, subfunctions are triggered which can be defined.
Click to open
Click to see functions definition
-----------
xin.add_win(ID,Title,Resizable,Maximizable,Widht,Height,y,x,bgColor,Argument,Icon)
This is a application window.
The target area has the ID of the ID argument, and the window is referred to as "win_"+ID.
Click to open resizable and maximizable
Click to open resizable, not maximizable
Click to open not resizable, not maximizable