Page 1 of 1

How best to impliment a graphic schedule?

Posted: Sun Jan 12, 2014 8:00 am
by Jason Cheek

How is the best way to implement a scheduler? Can the existing appery.io components accomplish this? Should I look to importing a 3rd party offering?

Here's an example of what I would like to see in my app: http://demos.kendoui.com/mobile/adapt...


How best to impliment a graphic schedule?

Posted: Sun Jan 12, 2014 8:31 am
by Igor

Unfortunately we don't have graphic schedule. You can use any 3rd party JavaScript libraries in Appery.io app.

Adding JavaScript library to app tutorial: http://docs.appery.io/documentation/u...

Components list: http://docs.appery.io/documentation/u...


How best to impliment a graphic schedule?

Posted: Sun Jan 12, 2014 8:44 am
by Jason Cheek

Thank you for such a quick response!

The JavaScript in the 3rd party offering I posted creates a large table to serve as the basis for the calender. Can I point the script to create that table inside an appery.io html component?

Do these html components act like iframes or are they simply divs inside the page dom?

Does the appery.io app render html just like a browser or are there limits to what tags can be used?


How best to impliment a graphic schedule?

Posted: Sun Jan 12, 2014 9:10 am
by Igor

[quote:]
Can I point the script to create that table inside an appery.io html component?
[/quote]
Yes, you can create table inside an Appery.io html component. You can paste widget code inside HTML component or can edit Screen source code.
http://docs.appery.io/tutorials/sourc...
http://docs.appery.io/documentation/u...

[quote:]
Do these html components act like iframes or are they simply divs inside the page do
[/quote]
You can add scheduler widgets as inside div or iframe.

[quote:]
Does the appery.io app render html just like a browser or are there limits to what tags can be used?
[/quote]
There are no limits for HTML tags, you can use any HTML tags inside Appery.io app.


How best to impliment a graphic schedule?

Posted: Sun Jan 12, 2014 9:20 am
by Jason Cheek

Excellent! This was exactly what I was looking for!

Thank you very much.