Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Jammer #1
Write to Extension Ui? Possible?
Hi again!
I was curious if anyone knows of a way to write to the UI (user interface) of
an extension. There are things I want to do, like display the current site
inside the UI. I can get the current site, but I cannot get it to write,
becuase document.write is not supported. Any other ideas?
Thanks a bunch!
Jammer Guest
-
DM6.0 Extension Manager v1.2.107 not d/l newer extension
Hi Folks, I have not been on line due to back surgery and recovery (ouch, yes it still hurts) I have tried to down load some newer navigation aids... -
write to database without giving write permission to IIS
Hi there, I have some ASP code that writes to access database. For security reason I do not want IUSER to give write permission to database... -
#26240 [NEW]: Functions of XSL-extension didn't loaded, however itself extension was loaded.
From: igor_udintsev at mail dot ru Operating system: Linux Red Hat 9 PHP version: 5.0.0b2 (beta2) PHP Bug Type: XSLT related... -
Is .dcr extension = Director file extension ?
I'm a newbie and saw some files on a website ending in .dcr... 1 - Is the .dcr file type a Macromedia Director file? 2 - Does it take the... -
Can I write to a File object from a C extension?
I have a function written in C that wants to write to a FILE * returned from fopen. I'd like to use this function to write to a File object that... -
T.Pastrana - 4Level #2
Re: Write to Extension Ui? Possible?
You can to use innerHTML of a div.
var theCurrentSite = site.getCurrentSite();
document.forms[0].currSite.innerHTML=theCurrentSite;
In the HTML of the UI place a div where you want the info to display...
<div id="currSite"></div>
--
Regards,
...Trent Pastrana
[url]www.fourlevel.com[/url]
Dreamweaver Designer Tools
iFrameSuite | MiniMenus | Scroller Packages | More...
-----------------------------
"Jammer" <webforumsuser@macromedia.com> wrote in message
news:dhvqe8$8kl$1@forums.macromedia.com...> Hi again!
>
> I was curious if anyone knows of a way to write to the UI (user interface)
> of
> an extension. There are things I want to do, like display the current site
> inside the UI. I can get the current site, but I cannot get it to write,
> becuase document.write is not supported. Any other ideas?
>
> Thanks a bunch!
>
T.Pastrana - 4Level Guest
-
Jammer #3
Re: Write to Extension Ui? Possible?
Ahhhhhhhhhhhhhhhhh!!!!!
It worked!
Thank you so much! I guess if used correctly, a lot of the dw.page edits can be used for the UI also.
Thanks again!
Jammer Guest



Reply With Quote

