Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Elements in the same line

New Here ,
Mar 05, 2009 Mar 05, 2009
Hi!
How can I insert one element and his child in the same line?
thank you!
TOPICS
Structured
660
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Mar 05, 2009 Mar 05, 2009
macweaz,

I believe you are referring to "text range" elements, sometimes called "inline" elements. It's part of the format properties for an element. In the EDD, the element hierarchy is normally something like:

TextFormatRules > AllContextsRule > TextRangeFormatting > TextRange

You should be able to search on these items in the Structure Developers Guide to find out more.

Russ
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 05, 2009 Mar 05, 2009
I would like to do somenthing like:
Note: ">my text>"
but the result is
Note:
"
"
I've tried with prefixes and suffixes, and with simply nested child but the result is the same.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 05, 2009 Mar 05, 2009
macweaz,

You need to do as Russ states: set the formatting (in the EDD) for the prefix and suffix elements to be textrange. That will make them NOT be separate paragraphs.

To insert the " marks automatically, then you use prefix and suffix features in the EDD but ALSO format the element as textrange.

Van
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 06, 2009 Mar 06, 2009
LATEST
thank you, it works!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines