Search found 16 matches

Go to advanced search

by Ral Gaultier
Tue Feb 25, 2014 9:48 pm
Forum: Issues
Topic: Page show event stops working when "Render all pages in one HTML file (jQuery Mobile multi-page template)" is selected i
Replies: 5
Views: 623
 
Jump to post

Page show event stops working when "Render all pages in one HTML file (jQuery Mobile multi-page template)" is selected i

In summary, after hitting the save button, the "label" component on the second page does not display what is entered into the "input" component on the first page. I add two more pages 3&4 to the app with the exact same principle and it works fine b/w those pages. I don't unde...
by Ral Gaultier
Tue Feb 25, 2014 9:42 pm
Forum: Issues
Topic: Page show event stops working when "Render all pages in one HTML file (jQuery Mobile multi-page template)" is selected i
Replies: 5
Views: 623
 
Jump to post

Page show event stops working when "Render all pages in one HTML file (jQuery Mobile multi-page template)" is selected i

There are no console errors. It works well on some pages but doesn't work on other pages. After hitting the save button, the values are not stored unless I hit "Edit" and hit "Save" again before it updates the values. That means i have to press "Save" button twice befor...
by Ral Gaultier
Tue Feb 25, 2014 1:59 pm
Forum: Issues
Topic: Collapse all collapsible on app launching
Replies: 11
Views: 1292
 
Jump to post

Collapse all collapsible on app launching

Hello Maryna,

I want to make the collapse component and Text look bigger.

In the component properties there's no option to increase the collapse component text font

by Ral Gaultier
Tue Feb 25, 2014 10:00 am
Forum: Issues
Topic: Collapse all collapsible on app launching
Replies: 11
Views: 1292
 
Jump to post

Collapse all collapsible on app launching

One more thing..

Can you give me the code to modify Collapse component height and width?

by Ral Gaultier
Tue Feb 25, 2014 9:44 am
Forum: Issues
Topic: Collapse all collapsible on app launching
Replies: 11
Views: 1292
 
Jump to post

Collapse all collapsible on app launching

cheers

by Ral Gaultier
Tue Feb 25, 2014 9:43 am
Forum: Issues
Topic: Collapse all collapsible on app launching
Replies: 11
Views: 1292
 
Jump to post

Collapse all collapsible on app launching

Awesome.. It works like a charm... Tnx, you're the best

by Ral Gaultier
Tue Feb 25, 2014 3:44 am
Forum: Issues
Topic: add hint to input component
Replies: 2
Views: 347
 
Jump to post

add hint to input component

Thanks a bunch... can't believe i didn't see that field

by Ral Gaultier
Tue Feb 25, 2014 1:49 am
Forum: Issues
Topic: add hint to input component
Replies: 2
Views: 347
 
Jump to post

add hint to input component

Is there a way to add Hint text to an Input Component?

Tnx

by Ral Gaultier
Mon Feb 24, 2014 11:11 pm
Forum: Issues
Topic: Collapse all collapsible on app launching
Replies: 11
Views: 1292
 
Jump to post

Collapse all collapsible on app launching

Here's what i've done but it's not working

/* mobilecollapsblock_2 */

Code: Select all

         $("#Profile_mobilecollapsblock_2 .ui-collapsible-heading- toggle").attr("tabindex", "1"); 
         Appery("mobilecollapsblock_2").trigger("collapse");

Go to advanced search