KlabsTechnology / andro

Automatically exported from code.google.com/p/andro
0 stars 0 forks source link

Need Javascript function to go to URL with hold variables #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some users stick "hld_" (or hold) variables onto screens, which are passed
along automatically from page to page to keep context.

When a programmer uses x6.json.init(), these variables are automatically
passed along.

However, when a programmer passes to a simple URL, they are all lost.

The new function "linkHolds(url)" accepts a GET string, adds all hold
variables to it, and then jumps to it.

Anybody using this system would use linkHolds() instead of regular links
whenever they need to preserve context.

Original issue reported on code.google.com by KenDown...@gmail.com on 18 May 2009 at 4:50

GoogleCodeExporter commented 8 years ago

Original comment by mobile.d...@gmail.com on 20 May 2009 at 12:39

GoogleCodeExporter commented 8 years ago
Code is checked in and will be in next release.

Original comment by KenDown...@gmail.com on 22 May 2009 at 1:33