Search found 12 matches

Go to advanced search

by Lilian Akins
Wed Sep 05, 2012 7:43 am
Forum: Issues
Topic: setting navicons as active on page load
Replies: 16
Views: 5174
 
Jump to post

setting navicons as active on page load

ok this is my code. is there something i missed? / this is for the home screen / var navbar = $("[data-role='navbar']:visible"); if($('.tg-state-persist', navbar).length == 0) { $(".ui-homebtn-active", navbar).addClass('tg-state-persist'); } else { $(".ui-homebtn-active"...
by Lilian Akins
Tue Sep 04, 2012 9:18 pm
Forum: Issues
Topic: setting navicons as active on page load
Replies: 16
Views: 5174
 
Jump to post

setting navicons as active on page load

hmm it doesn't seem to have had any effect. The same thing is happening.. on each screen on load i added a custom javascript code event. I also made sure that my navbar element is called navbar. No luck

by Lilian Akins
Tue Sep 04, 2012 7:28 pm
Forum: Issues
Topic: setting navicons as active on page load
Replies: 16
Views: 5174
 
Jump to post

setting navicons as active on page load

ok thanks where exactly should i enter this code?

by Lilian Akins
Tue Sep 04, 2012 6:59 pm
Forum: Issues
Topic: setting navicons as active on page load
Replies: 16
Views: 5174
 
Jump to post

setting navicons as active on page load

yes that is correct. on the homescreen i have the homescreen set as active. when i navigate to a second page and then back to homescreen. The second page icon stays highlighted instead of homescreen navicon

by Lilian Akins
Tue Sep 04, 2012 4:45 pm
Forum: Issues
Topic: setting navicons as active on page load
Replies: 16
Views: 5174
 
Jump to post

setting navicons as active on page load

when i switch between screens the navicon is not changing to the current page. The last page icon is still remaining as active. How do i set the current page navmenu icon to active on page load. Also I assume i will need to change the previous page's icon to inactive.

by Lilian Akins
Mon Sep 03, 2012 11:12 pm
Forum: Issues
Topic: dynamic data in grid repeating vertically instead of horizontally.
Replies: 12
Views: 2033
 
Jump to post

dynamic data in grid repeating vertically instead of horizontally.

that is not what i need. The image and 4 label fields under it is one iteration , the second interation is another image and 4 label fields under the image.

by Lilian Akins
Mon Sep 03, 2012 10:08 pm
Forum: Issues
Topic: dynamic data in grid repeating vertically instead of horizontally.
Replies: 12
Views: 2033
 
Jump to post

dynamic data in grid repeating vertically instead of horizontally.

the iteration is 1 image and 4 label fields. so the next interation is also 1 image and 4 label fields which should be to the right

by Lilian Akins
Mon Sep 03, 2012 5:34 pm
Forum: Issues
Topic: dynamic data in grid repeating vertically instead of horizontally.
Replies: 12
Views: 2033
 
Jump to post

dynamic data in grid repeating vertically instead of horizontally.

is there some sort of chat support feature. I dont know how to better explain what i have described initially. As you can see from the screenshot i posted my dynamic data which is an image field, and 4 text fields are supposed to display horizontally but it is displaying vertically. How do i change it

Go to advanced search