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)
formApi - init browser attributes initial-dir
tejul
Hi
I am using teamSite 6.7 on sunOs 10, and it seems that those features are not working:
browserItem.initialDir and browserItem.ceilingDir are 'undefined'.
(I am referring to the Thread posted on the 10.26.2005 by Dave on this topic).
In FormAPI, even those lines don't work:
var attr = browserItem.itemItempl.attributes;
attr.values["initial-dir"]="new_path";
attr.values["ceiling-dir"]="new_path";
or
attr.add("initial-dir","new_path");
attr.add("ceiling-dir","new_path");
Can anybody help me on this ?
Many thanks in advance
Find more posts tagged with
Comments
There are no comments yet