Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
< browser> length
Tony_Britannia
Is there a way to increase the physical length of the browser element within the DCT? Our URLs are very long, and it would be nice to be able to see the entire link address on the screen.
We are mainly using the Java UI, on Teamsite 5.01
Find more posts tagged with
Comments
james1
I believe that the <browser> tag has a "length" attribute for this very purpose, doesn't it?
--
James H Koh
Interwoven Engineering
Migrateduser
Actually, the attribute is called "size".
<!ELEMENT browser (allowed?, callout?,java-callout?,cgi-callout?)>
<!ATTLIST browser
required (t | f) "f"
maxlength CDATA "0"
size CDATA "0"
initial-dir CDATA #IMPLIED
ceiling-dir CDATA #IMPLIED
extns CDATA #IMPLIED
>
--Daniel
Tony_Britannia
I have tried both these methods - neither have any effect.
My manual states that the 'size' attribute should not be used in version 4.5 or later.
Any other solutions out there?
bubble_sort.txt