Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Leandro_Brazil #1
Modifiy Inser Bar
I?m watting to create a new option in the Insert Bar.
I?m using this code, but it?s incorret, where is the wrong?
...
<configuration-changes>
<insertbar-changes>
<insertbar-insert insertBefore|insertAfter="DW_Insertbar_Favorites">
<category folder="Plugsites" id="DW_Insertbar_Web Standars" name="Web
Standards">
<itemtype file="Plugsites\Name.htm" id="Web Standards_Web Standards"
image="Plugsites\Name.gif" name="Web Standards" />
</category>
</insertbar-insert>
</insertbar-changes>
</configuration-changes>
...
I?m intention is create a new tabe named "Web Standars"
Leandro_Brazil Guest
-
Photo Album 2.2 Modifiy Script caption setting
Is it possible to modify the script so that the captions can be read from a txt file (I images CSV) rather than having to input each one at a time? ... -
how to inser special character in tagged text
hi, am trying to insert some special characters (like soft line break with code <0x000A> or non breaking space - <0x00A0>) into a tagged text file,... -
Is it posible to modifiy a sound pitch?
I'm considering the posibility of modifying the pitch ( frequency ) of a sound within a Director aplication to simulate the effects of diferent spin... -
UNDOCUMENTED LINGO (was:Is it posible to modifiy a sound pitch?)
Hi, I just read the message below which was about some hidden feature (pitching sound in Director) that I never knew of. This is not the first... -
danilocelic *TMM* #2
Re: Modifiy Inser Bar
Leandro_Brazil wrote:
I think to make that type of change, you first need to insert the> I?m watting to create a new option in the Insert Bar.
>
> I?m using this code, but it?s incorret, where is the wrong?
category, and then do a separate insert for the items that go within the
new category.
--
Danilo Celic
| Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
danilocelic *TMM* Guest
-
Leandro_Brazil #3
Re: Modifiy Inser Bar
Reading the mxi_file_format.pdf I get to develop this code:
<configuration-changes>
<insertbar-changes>
<insertbar-insert>
<category folder="myfolder" id="DW_Insertbar_myfolder"
name="nameNewInsertHere">
<button file="address_file" id="IdmyInsertBar" image="AddressImagem"
name="NameButton" />
</category>
</insertbar-insert>
</insertbar-changes>
</configuration-changes>
Leandro_Brazil Guest



Reply With Quote

