jQWidgets Forums

jQuery UI Widgets Forums Scheduler Updating dataadaptor using php

This topic contains 3 replies, has 2 voices, and was last updated by  EricK 9 years, 7 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Updating dataadaptor using php #78132

    EricK
    Participant

    Hello again,
    Do you have a simple example of updating after a change using json and php?
    I am very new to the widgets and javascript coding. Any thing would be greatly appreciated.

    Updating dataadaptor using php #78140

    Peter Stoev
    Keymaster

    Hi EricK,

    To update jqxScheduler after some change in the data source, you can create a new dataAdapter instance and set the jqxScheduler’s source property to the new dataAdapter or you can try dataAdapter.dataBind as well. You can choose which option suits your needs.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Updating dataadaptor using php #78141

    EricK
    Participant

    Please disregard this entry.

    Updating dataadaptor using php #78142

    EricK
    Participant

    Hello Peter,
    Thanks for the info.
    The example binding to json does not show a legend, when the showLedgend is set to true.
    Is this an issue still working on?

    Thanks,
    Eric

    Updating dataadaptor using php #78143

    Peter Stoev
    Keymaster

    Hi Eric,

    showLegend shows the legend when there are resources or at least > 1 resource. If there aren’t, the legend is hidden even with showLegend = true. This is by design. In the particular example, there are no resources.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.