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

Elements in the same line

New Here ,
Mar 05, 2009 Mar 05, 2009

Copy link to clipboard

Copied

Hi!
How can I insert one element and his child in the same line?
thank you!
TOPICS
Structured

Views

650
Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Report

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

Copy link to clipboard

Copied

LATEST
thank you, it works!

Votes

Translate

Report

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