users@woodstock.java.net

RE: Re: dynamic display of panelLayouts

From: autozoom <cioni_mauro_at_yahoo.com>
Date: Fri, 1 Aug 2008 06:16:04 -0700 (PDT)

.hide() and .show() are functions from the Prototype library, that I warmly
suggest you to get used to.
It's very very powerful.
But in the meanwhile you can replace it with
$("form1:panel").style.display="block" and
$("form1:panel").style.display="none" respectively



Vijaya Bhaskar Tsaliki wrote:
>
> Hi,
>
> Thank you very much for the solutions.
>
> It tried client side using $("form1:mypanel").hide() in java script
> function and called this function in onClick of button group. It is
> showing java script error - object expected. My reference
> (form1:xxxpanel)to the panelLayout is also correct.
>
> I am using Netbeans6.1 and jboss.
>
> Server solution is cool and worked. I need to add ajax stuff. At this
> point of time I do not know how to add ajax transactions to Woodstock. I
> will try this.
>
> Can you provide more info on client side solution?
>
> Regards,
> Vijay
>
>
>
> -----Original Message-----
> From: autozoom [mailto:cioni_mauro_at_yahoo.com]
> Sent: Friday, August 01, 2008 4:20 PM
> To: users_at_woodstock.dev.java.net
> Subject: Re: dynamic display of panelLayouts
>
>
> there are may ways to accomplish this:
>
> -pure client side by binding something like $("form1:mypanel").hide()
> (or
> .show()) to the onClick event of the radio buttong group
>
> -pure server side, by setting autosubmit on change of the group to true
> and
> then bind the "visible" property of each panel to something that
> evaluates
> to true or false depending on radio buttons status
>
> - you can use approach #2 and extend it with ajax transactions to have
> the
> power of server side code without a full refresh
>
>
> Vijaya Bhaskar Tsaliki wrote:
>>
>> Hi,
>>
>> Can anyone help me in my problem
>>
>> I have two radio buttons (in group) and two panelLayouts under the
> radio
>> buttons. At any point of time I need to show only one panelLayout
> based
>> on the radio button selected.
>>
>> I tried lot of ways - using javascript and serverside - without
> success.
>>
>> It would be great help if anyone has this kind of problem and solution
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
>> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>>
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Table-Question-tp18742553p18772014.html
> Sent from the Project Woodstock - Users mailing list archive at
> Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>
>

-- 
View this message in context: http://www.nabble.com/Table-Question-tp18742553p18774069.html
Sent from the Project Woodstock - Users mailing list archive at Nabble.com.