You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the given code data is retrieved from the data.txt( json_url: "data.txt" .....)
I want to know,- if i have to get the data from the web-server, is there any provision in the current version?
Or i should create a file, store it and give that path for json_url ??
Is there any ways i can trigger an event from which i can get the data from the server dynamically.
Thanks in advance!!
The text was updated successfully, but these errors were encountered:
There is no difference between serving a file from server or generating dynamically a JSON output. Just make sure that you output valid FCKB json and it should work just fine.
Hi,
Fantastic pluggin!!
I am using FCBKComplete v 2.0.4.
In the given code data is retrieved from the data.txt( json_url: "data.txt" .....)
I want to know,- if i have to get the data from the web-server, is there any provision in the current version?
Or i should create a file, store it and give that path for json_url ??
Is there any ways i can trigger an event from which i can get the data from the server dynamically.
Thanks in advance!!
The text was updated successfully, but these errors were encountered: