Sbee
Posts: 0
Joined: Sat May 11, 2013 11:35 am

Is there a way to add controls into sliding panel which is created on fly?

I have created JQM left sliding panel and now I like to populate it with control element and like to have those user input recorded in back-end service.

Question:

  1. Can I use the IDE control in my custom panel?
  2. How to connect appery back-end service from my control.
Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Is there a way to add controls into sliding panel which is created on fly?

  1. I'll update about this.
    1. Please look at our tutorials about Backend_Services http://docs.appery.io/tutorials/#Appe...
maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Is there a way to add controls into sliding panel which is created on fly?

As you created the on the fly (via JavaScript), any components would need to be add in the same way.

Sbee
Posts: 0
Joined: Sat May 11, 2013 11:35 am

Is there a way to add controls into sliding panel which is created on fly?

Moroz & Katz,

Thanks for the response.

I think I have not explained my question correctly, My question was more like to include an existing page into the sliding panel.

If i can do that, then I will use the IDE to drag and drop the required element position them and also use data mapping to map UI with dataservice on a regular page which is much easy for me and then add it into the sliding panel.

-Balu

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Is there a way to add controls into sliding panel which is created on fly?

You could... but not via drag and drop.

Sbee
Posts: 0
Joined: Sat May 11, 2013 11:35 am

Is there a way to add controls into sliding panel which is created on fly?

Thanks can you help in how to write such functionality, do you have some example or link?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Is there a way to add controls into sliding panel which is created on fly?

It's just using jQuery API to add elements to the DOM.

Return to “Issues”