Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
yeudoi #1
pre-populate Floaters
Hi everyone,
This is my first time to create a Floater. It has an interactive form for
user to enter information. I want to be able to prepopulate the form fields
with some values from configuration, but I don't know how. I read that
floaters don't execute "onLoad" in the body. Follow advice on book, I try to
put the initUI(), where I set field values, inside initialPosition() (also try
initialTabs()), but it doesn't work.
Would someone tell me what I did wrong, and what is the correct way to tackle
this problem.
Thank you very much.
--yeudoi
yeudoi Guest
-
Images in Floaters and saving data
Hey guys, I'm trying to create a plugin that will connect to a CMS (not unlike WordPress or Joomla) and allow me to edit pages from dreamweaver. ... -
populate list
is it possible to populate the list automatically after finish recording the video? in another word, is there anyway i can call the flv files saved... -
Mac Floaters and Tab Key
I am working a floater which has several text fields that need to be filled out, basically a login form. This works great on Windows, but on... -
Floaters and initialTabs
I have 2 files that I want tabbed together but for some reason the initialTabs is not working. Can somebody let me know what wrong time.htm... -
Best way to populate a <SELECT>
Hi All I've being doing it my own little way for sometime now, but I'm not sure if its the best. When I'm doing a recordset for a simple... -
danilocelic *TMM* #2
Re: pre-populate Floaters
yeudoi wrote:
Try placing the call to your function outside of the other functions. e.g.> Would someone tell me what I did wrong, and what is the correct way to tackle
> this problem.
function xyz(){
}
xyz();
Be aware that this will only work the first time the panel is shown in a session, beyond that, the panel will already be loaded in memory and as such that code isn't run again.
HTH
--
Enjoy,
Danilo Celic
| Extending Knowledge, Daily
| [url]http://www.CommunityMX.com/[/url]
Those who aren't looking often have their eyes open widest.
danilocelic *TMM* Guest
-
thaoxuanpham #3
Re: pre-populate Floaters
Thank you Danilo.
It works like a charm.
:)
--yeudoi
thaoxuanpham Guest



Reply With Quote

