Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
diversity #1
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
function initialTabs(){
return "alert";
}
alert.htm
function initialTabs(){
return "time";
}
but when I install and open time its not tabbed.
Any help would be great
diversity 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. ... -
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... -
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... -
danilocelic *TMM* #2
Re: Floaters and initialTabs
diversity wrote:
I only tired to do this once and it didn't seem to work for me either.> but when I install and open time its not tabbed.
However, it's possible that the following line from the description of
the initialTabs function may be relevant for your testing:
"If any listed floating panel has appeared previously, it is not
included in the tab group"
So if you have created your panels and have tested each of them, it
seems that the above statement would indicate that they won't appear
together.
--
Danilo Celic
| Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
danilocelic *TMM* Guest



Reply With Quote

