This script provides a flexible toolbar class to enable your to create one or more customisable tool or button bars. Activating icons is handled automatically by the class in the case of a tool bar.
Select lists are also supported and an example for zooming to a particular scale is provided.
It also contains a 'classy' variation of the standard silver layout of the HTML Viewer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Andrew. This is a great script! I am attempting to add some DHTML code to the toolbar.htm for providing a horizontal scroll (other than the default windows h-scroll). The source of the script is here:
I simply put your var ' + s + ' where the script asks for the content source. Then slash out the "document.write( s );" line of your code to keep from displaying two toolbars.
It works well except I lose the active tool gif switch mechanism. The error I get w/ IE6 script debugging on is:
"Line: 48 Char:5 'img.src' is null or not an object"
Do you have any ideas how I can fix this error?
Could it be because this is a DHTML script?
Thanks,
Bob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This script provides a flexible toolbar class to enable your to create one or more customisable tool or button bars. Activating icons is handled automatically by the class in the case of a tool bar.
Select lists are also supported and an example for zooming to a particular scale is provided.
It also contains a 'classy' variation of the standard silver layout of the HTML Viewer.
Hello Andrew. This is a great script! I am attempting to add some DHTML code to the toolbar.htm for providing a horizontal scroll (other than the default windows h-scroll). The source of the script is here:
http://www.dynamicdrive.com/dynamicindex1/scrollerlink.htm
I simply put your var ' + s + ' where the script asks for the content source. Then slash out the "document.write( s );" line of your code to keep from displaying two toolbars.
It works well except I lose the active tool gif switch mechanism. The error I get w/ IE6 script debugging on is:
"Line: 48 Char:5 'img.src' is null or not an object"
Do you have any ideas how I can fix this error?
Could it be because this is a DHTML script?
Thanks,
Bob