Not using LOAD but you can check the code LOAD generates and easily tweak 
that.

On Tuesday, 13 November 2012 06:14:15 UTC-6, software.ted wrote:
>
> Hi, 
>
> I am trying to find out if its possible using javascript assigning 
> args to the LOAD when button is clicked as follow: 
>
> View: 
>
> <a class="btn" id="55" href="#mymodal" ...>my button</a> 
>
> <script> 
>     jQuery('#55').onclick(function(){ 
>       web_component(...) 
>       ....update args.. 
>    }; 
> </script> 
> <div id="mymodal"> 
> {{=LOAD('mycontroller','myaction',args=55, ajax=True}}} 
> </div> 
>
> I have several buttons with an ID which I want passed to the args. 
>
> Kind regards, 
>
> Teddy L. 
>

-- 



Reply via email to