|
Hello! Love the MB plug-ins, great stuff. My problem/question is with passing data to panels in MB.Extuder. Although I know my server supports POST, I changed the posts to gets in your code already for my own reasons. I have: var selectedPropertyId = 0, a javascript global variable, by default set to 0 I invoke the panel here:
And I have "panels/propertyimages.panel.php":
I should get something like: array(1) { ["id"]=> string(1) "0" } but I just get array(0) { } So how do I pass data to my panels? Thanks in advance. E: Tested in FF 3.6.12 and Chrome 7.0.517.44 |
|
Try this way:
Bye, Matteo |



bumpity: bump