Search found 6 matches

Go to advanced search

by Michael Talley
Fri Mar 16, 2012 7:46 pm
Forum: Issues
Topic: how to pass data from master to detail
Replies: 1
Views: 474
 
Jump to post

how to pass data from master to detail

How do I pass data from the master screen to the detail screen? I'm trying to do it with local storage, but I'm not sure what event "loads" the detail. It doesn't seem to be the load event.

by Michael Talley
Fri Mar 16, 2012 3:29 pm
Forum: Issues
Topic: How to highlight a table cell when clicked...why doesn't this work?
Replies: 3
Views: 765
 
Jump to post

How to highlight a table cell when clicked...why doesn't this work?

why doesn't this work for hilighting a grid cell when clicked, assuming the function is called when the cell is clicked: function hiLight() { var table = Tiggr("stratGrid"); table.style.backgroundColor="white"; var cells = table.getElementsByTagName("td"); for (var i=0;...
by Michael Talley
Thu Mar 15, 2012 3:16 pm
Forum: Issues
Topic: sliders distorted on detail ipad when called from radio-button master
Replies: 4
Views: 806
 
Jump to post

sliders distorted on detail ipad when called from radio-button master

sliders become distorted under the following conditions:

  1. master-detail ipad screen, click on a Radio-Button to get to detail
  2. slider on detail becomes distorted with the value box spanning the entire screen and the slider underneath
by Michael Talley
Thu Mar 15, 2012 3:09 pm
Forum: Issues
Topic: sliders not sliding on ipad detail screen
Replies: 7
Views: 1750
 
Jump to post

sliders not sliding on ipad detail screen

The sliders don't slide on the ipad (they work in chrome) under the following conditions:

  1. master-detail ipad screen, click on a list to get to detail
  2. slider on detail screen doesn't "slide" on the ipad

Go to advanced search