View Full Version : How do I add Tag libraries ?
I want to add a new tag library - say JSP. The docs say :
'Tags can be added or deleted via the Tag Library pop up-menu'
How do I access this ? The only pop up is the right click pop up and it does not have add or delete facilities.
Any ideas ?
Thanks
kossmann
11-17-2002, 05:54 AM
Edit the files, typically:
c:\Program Files\Evrsoft\1st Page 2000\*.tag
directly, to define your own tags.
These tags will then be available via the little blue icon at the left-hand bottom corner of your 1st page screen, and the drop-down menu above that. The tags can be edited further there, by right-clicking on the respective tag.
You do not appear to be able to add additional xxx.tag files to the above directory and have the system pick them up in the drop-down list (it would be nice if you could --- let us know if you find a way). You will have to utilize one of the existing tag library names from the set {ns1, ns2, ...ie1, ie2 ...}.tag. However, you can always get yourself a workaround for that by copying your appropriate xxx.tag file(s) into one (or more) of the supplied tag files prior to each launch of a 1st page session. I use the ns1.tag file to define my own tags.
The obvious product solution of course would be the inclusion of a good tag file editor / manager feature (...with namespace support? Tag files are namespaces...?)
Caveat Emptor: You are working "under the hood" here; this work-around may break with future releases of the product.
R
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.