pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

onclick for a element does not pass arguments to ajex #288

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.have three a elements on calls record 1, the next record 2 etc.
2.when the element is clicked it should move to new panel and display detail 
for the requested record.

What is the expected output? What do you see instead?
I would expect to see a new panel with the record details requested but I just 
get an empty panel

What version of the product are you using? On what operating system?
using iui 4 on apache, browsing with chrome and iphone.

Please provide any additional information below.

After looking at iui.js i see that if i do not set a target the showpagebyhref 
function is called but with null as the args. How can i pass the args to the 
function? (in this case the record number in the a element). I know this is 
probably very simple but I must be missing something here.

Original issue reported on code.google.com by tstreatf...@gmail.com on 8 Jul 2011 at 5:06