[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: Steve Whitlatch <swhitlat@xxxxxxxxxx>
Subject: Re: Default anchored frame position
From: Stéphane Bonhomme <s.bonhomme@xxxxxxxxxx>
Date: Fri, 10 Jun 2005 08:12:26 +0200
Delivered-to: jeremyg-freeframers:org-ffarchiv@freeframers.org
In-reply-to: <JJEPLGDCLIBAFAKMJBFOEELCCIAA.swhitlat@getnet.net>
References: <JJEPLGDCLIBAFAKMJBFOEELCCIAA.swhitlat@getnet.net>
Sender: owner-framers@xxxxxxxxx
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
<!ELEMENT img EMPTY> <!ATTLIST img align CDATA #IMPLIED>
(this is simplification, there are other attributes for img) And the rw rules are, for this element :
element "img" { is fm graphic element; /* some other rules */ attribute "style" { is fm property position; value "float:left" is fm property value run into paragraph; value "display:inline" is fm property value inline; } }
After looking closer, the correct way may be more like I am doing with the construct for "align."
Example:
notation attribute "align" { is fm property alignment; value "left" is fm property value align left; value "center" is fm property value align center; value "right" is fm property value align right; }
So, that would be something like:
notation attribute "style" { is fm property position; value "inline" is fm property value inline; value "top" is fm property value top; value "below" is fm property value below;
[. . . and so forth on down until you have them all listed] value "runin" is fm property value run into paragraph }
Hope this helps.
Steve Whitlatch
-----Original Message----- From: owner-framers@xxxxxxxxx [mailto:owner-framers@xxxxxxxxx]On Behalf Of Stéphane Bonhomme Sent: Thursday, June 09, 2005 2:38 PM To: framers@xxxxxxxxx Subject: Default anchored frame position
Dear Framers;
I'm designing a structured applicationfor FrameMaker 7.1, in the EDD I have defined an element (img) as Graphic element, I use read write rules to write the position of the anchored frame as an attribute (style) value. My problem is that when I insert a new img element in a document the anchored frame position containing the graphic is always "below current line". I would like to change the default behavior to have all the anchored frames inserted "run into paragraph" when inserting a new graphic element. Is there a way to set this anchored frame's property value as a default ?
Thanks.
Stéphane.
** To unsubscribe, send a message to majordomo@xxxxxxxxx ** ** with "unsubscribe framers" (no quotes) in the body. **
** To unsubscribe, send a message to majordomo@xxxxxxxxx ** ** with "unsubscribe framers" (no quotes) in the body. **
** To unsubscribe, send a message to majordomo@xxxxxxxxx ** ** with "unsubscribe framers" (no quotes) in the body. **