Dear all,
I hope that someone could help me with this…I have to change right click menu for views on web.
Right click menu on column header should contain ‘Sort – Ascending’ and ‘Sort –Descending’ items and based on selected criteria should sort documents in view.
Right click on selected document in view should contain ‘Open document’ item for opening document.
Also, I have to create double click events…
First double click on column header should sort documents ascending in view, second double click should sort them descending.
Double click on selected document on the view should open that document.
Please advise me!
Thank you!
Subject: right click menu and double click event for views on web
Kararina,
Your requirement needs complete DHTML code, even you can’t use traditional notes view instead you need to parse your Notes view in run time with custom JS. Once you have table handler , you will have complete control to add custom DHTML code on table ( view ) header. Here is example of right click menu ,
http://support.milonic.com/demos/toggle_context/index.htm
For custom parsing of Notes view using JS , You can mail me at rishi.sahi@gmail.com for code.
Good luck…
Rishi
Subject: right click menu and double click event for views on web
This might help with what you want to do —> OpenNTF.org - The Open Source Community for Collaboration Solutions
Subject: right click menu and double click event for views on web
“First double click on column header should sort documents ascending in view, second double click should sort them descending.”
“single click” of a column header is handled via the column properties and the sorting tab:
You want to set it to both:
I’ve never done anything like you request on the right click. This sounds like you want to change how the browser works, so I think you’re getting into java.