This topic contains 3 replies, has 2 voices, and was last updated by Hristo 5 years, 1 month ago.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Vue › More jqwidgets API
Tagged: jqwidgets
This topic contains 3 replies, has 2 voices, and was last updated by Hristo 5 years, 1 month ago.
It is known that jqwidgets has an addHandler event.
I want to know about other properties and events of jqwidgets.
Where is the documentation?
Hello JenkeNg,
You could find out the Documentation page for each one widget.
Please, take a look at this page.
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.com
I am using vue component.
What I want to know is the other methods in jqwidgets. It has the createInstance method to create instances, as well as other widget methods such as jqxButton, jqxGrid,…, etc. I don’t know how to use these widget methods. When I just use the createInstance method to create a widget, I cannot call the widget API. I see this syntax
var myButton: jqxwidgets.jqxButton = jqwidgets.createInstance(id,'jqxButton',options)
But it will report an error.
what should i do?
Hello JenkeNg,
This is typical for the TypeScript cases.
You could find more details below:
https://www.jqwidgets.com/jquery-widgets-demo/demos/typescript/index.htm
Please, clarify what do you want to achieve?
I would like to suggest you use the setOptions and the getOptions methods for the created already widgets.
Best Regards,
Hristo Hristov
jQWidgets team
https://www.jqwidgets.com
You must be logged in to reply to this topic.