PDA

View Full Version : Right click / ContextMenu


chuckgom
05-15-2006, 08:17 AM
Hi !
I have taken a look to '[...]Server/lps-3.1.1/docs/changelog.html' about the using of context menues.
I tried do make my own with context menues for views inside of other views but it doesn't work.

for example, I want 'view2' to have a context menu with a 'click-me' item for the following code:
<view name="view1">
<view name="view2"/>
</view>

Any idea?
Thanks.