jQWidgets Forums

jQuery UI Widgets Forums Vue More jqwidgets API

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Hristo 4 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • More jqwidgets API #113489

    JenkeNg
    Participant

    It is known that jqwidgets has an addHandler event.
    I want to know about other properties and events of jqwidgets.
    Where is the documentation?

    More jqwidgets API #113492

    Hristo
    Participant

    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

    More jqwidgets API #113501

    JenkeNg
    Participant

    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?

    More jqwidgets API #113511

    Hristo
    Participant

    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

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.