|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jan SchulzBlog Authors: Jan Schulz |
Drag&Drop to the sidebar: calling code at the D&D target?
Jan Schulz
|
|
Tags: 
lotusscript
drag&drop
sidebar
|
Comments (2)
Dear lazyweb: I've some problems with Drag&
|
A tag is a keyword that is used to categorize an entry. To view the entries with a particular tag, click a tag name or enter a tag in the box.
The tag cloud indicates the frequency of tag use. Popular tags appear darkest. The slider control adjusts how many tags are displayed in the tag cloud.
1 Karsten Lehmann Permalink There is a way to call Lotusscript from Java, at least for Notes 8.5.1.
You can use the NotesUIWorkspace.runAgent() of the new Java UI
classes.
See this blog posting for details:
http://blog.mindoo.com/web/blog.nsf/dx/11.10.2009174606KLELHE.htm
For earlier Notes versions, there might be some workarounds like
launching a Notes page via Notes URL from the Java sidebar plugin
code. In the page you could call the Lotusscript code and pass the
URLs of the dropped Notes documents.
2 Jan Schulz Permalink Just not foregt it: http://lotuseclipsecorner.blogspot.com/2009/11/cool-drag-n-drop-sidebar-widget.html