Is this the latest COMMERCIAL product. I am evaluating the purchase
of the is framework but can BE SURE of a few thing before i dish out hundreds
of dollars for a license.
First, whats up with the documentation? There is practically NO HELP on using the HTML markup system. and more recently i am just trying to show a window.
according to this little snippet:
webix.markup.init();
$$(“win1”).show({ x:100, y:100});
the show method of the ui:window is passing a json object specifying the x and x of the window. BUT the like above it that links to the HELP for the ui:window.show() says the the input params for the methed are:
void show( [boolean force,boolean animation] );
No other details about passing a json object and what are all the possible values
of the json object.
Now if i never came accross the snippet:
$$(“win1”).show({ x:100, y:100});
HOW THE HECK AM I SUPPOSED TO KNOW THAT I CAN CALL THE SHOW METHOD
WITH SOME JSON.
Can anyone please help on pointing me to some REAL documentation. Do i have to actually PAY for a license before i get to the real info. If so… I WILL.
I just really want to use the HTML markup system… but cant seem to find out the actual details. Trying to convert the json example dont work because i have no idea what my options are… i go to the docs and its says one thing but the example snippets shows something totally different.
PLEASE HELP