Domino + Ext - Simple yet elegant web 2.0 functionality for Domino
I have built an outline using Scheduled LS based agent that runs through a categorized view which will change from time to time. I have added actions to the Outline Entries so that specific Pages/Documents will display in the Body frame. These actions are just URL links that end with an Open of a Document or Page. I have looked at wrapping it in a CSS, but ext.nd looks like it will do what I want. One issue that I have is that when I build the outline in LS I can not find a way to suppress the display of the File Folder icon. It is not really a problem with the Notes Client but I would really like to get rid of it on the web. Would there be a way to suppress that icon using ext.nd?
Take a look at this screen shot (http://extjs.com/forum/attachment.php?attachmentid=4502&d=1202939464) and let me know if this is ok. In the next beta I've added a property to Ext.nd.UIOutline callded 'showIcons' that when set to false, will not show any icons. However, it will still show the "elbow" icons to the left of an icon. The "elbow" icons are the +/- icons if the entry is expandable and the dotted lines to the left connecting the entries.