Search found 7 matches

Go to advanced search

by jonwrig
Wed Apr 30, 2014 7:47 pm
Forum: Issues
Topic: How do you make a navbar show in a tablet detail page?
Replies: 2
Views: 313
 
Jump to post

How do you make a navbar show in a tablet detail page?

I have a master-detail tablet page that loads another page in its detail area. The navbar on the detail page does not appear.

by jonwrig
Tue Apr 29, 2014 7:29 pm
Forum: Issues
Topic: Change selected option of a select control in javascript
Replies: 2
Views: 411
 
Jump to post

Change selected option of a select control in javascript

Worked a treat - thanks.

by jonwrig
Mon Apr 28, 2014 8:26 pm
Forum: Issues
Topic: Change selected option of a select control in javascript
Replies: 2
Views: 411
 
Jump to post

Change selected option of a select control in javascript

Im trying to change the selected text of a select control to a value held in a local storage variable. I can't find any examples that work please help?

by jonwrig
Sat Jun 22, 2013 6:19 pm
Forum: Issues
Topic: navigate to page at startup
Replies: 4
Views: 839
 
Jump to post

navigate to page at startup

Solved it by putting a timeout on the navigation: var x = localStorage.getItem("expires"); if (x){ //alert(x); var d2 = new Date(localStorage.getItem("expires")); var d1 = new Date(); var timeDiff = Math.abs(d2.getTime() - d1.getTime()); if(timeDiff < 0){ //alert("expired&qu...
by jonwrig
Sat Jun 22, 2013 5:38 pm
Forum: Issues
Topic: navigate to page at startup
Replies: 4
Views: 839
 
Jump to post

navigate to page at startup

Sorry, Alena, this does not resolve my problem.
It navigates to the menu page, but then it flips back to the landing page.

by jonwrig
Sat Jun 22, 2013 4:58 pm
Forum: Issues
Topic: navigate to page at startup
Replies: 4
Views: 839
 
Jump to post

navigate to page at startup

I want to be able to navigate to a sign-in page if the expiry date held local storage variable has expired, or into the main menu if it is still valid. The problem is page navigates to the menu page as expected but immediately returns to the landing page! There is no code to do this on the menu page...
by jonwrig
Sun Jun 16, 2013 8:16 am
Forum: Issues
Topic: Dynamically enable the data filter for a list view
Replies: 3
Views: 636
 
Jump to post

Dynamically enable the data filter for a list view

I'm trying to find out how to access the data filter property to feed into a rest service query parameter - is this possible?

Go to advanced search