Hello all,
I am trying to customize DisclosurePanel in a way that gives me
ability to modify title (header text) on the
widget itself. I just need to make the DisclosurePanel editable when
it opens. When it closes, the header
text should be showing normally (read only, not editable).

I thought about using <g:customHeader> and set a TextBox inside it to
be able to edit. When the panel
opens, I set the TextBox visibility to true and when it closes, I set
the visibility to false.

This turned out to be wrong, because I should set the visibility of
the customHeader, not the TextBox which I don't know how it can be
done.

Can anyone help me on this ? Using custom header is correct or I
should use something else ?

Please, advise.

Thanks,
Marwa

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to