Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
rudi08 #1
Return focus to custom property inspector?
Hello,
I'm working on a Dreamweaver CS3 extension that includes custom property
inspector for 'div' tag with specific attributes.
Using the custom inspector modifies part of the body and head code on the web
page. Here's the issue: modifying script code between head tags makes the
property inspector lose focus. I've tried to return the focus back to original
div tag to redisplay the custom property inspector, but I get default 'div'
inspector instead of the custom one. I'd like to get the custom property
inspector back so the user can keep using the controls on it without noticing
the focus loss.
Here's the code that focuses back on original 'div' tag:
dom.setSelectedNode(originalDivTagReference);
and here's the header for custom property inspector:
<!-- tag:div, attrName:class, attrValue:myCustomClass, priority:5,
selection:within,hline,vline -->
Thank you very much,
Rudi
rudi08 Guest
-
Property Inspector list view?
In Dreamweaver 8 Help, under the topic "Making HTML attributes dynamic," it says: "If the attribute you want to bind does not have a folder icon... -
Multi level property inspector - How???
I posted this question in support although it may be better suited here. I want to create a property inspector with options that change in the... -
Property Inspector Events
I am trying to create a property inspector extension for a data translator extension and I am running into a problem. Property inspector doesn't... -
Problems with property inspector when using help
I wonder if this is the same problem that I am having with version 8, think ill try it out. Robert Ray -
resizing, property inspector
where is the property inspector in FW 4? im following a tutorial that asks me to resize a rectangle on a canvas size of 700 x 400. But when I...



Reply With Quote

