Skip to main content
Inspiring
September 13, 2018
Question

RH2019 - Multi-level list missed in the css-editor

  • September 13, 2018
  • 12 replies
  • 5844 views

Hello,

in RH2017 I used multi-level list to structure the instructions with intermediate steps and interim result (1. Level: Instruction, 2. Level: intermediate step, 3. Level: interim result). In the css it was the element rh-list. After the migration to RH2019 that does not work anymore...

Any ideas? In the default.css I just found one multi-level list (ol) but I didn't find any option to create my own multi-level list.

Thanks for your help.

Felix

This topic has been closed for replies.

12 replies

Community Manager
September 14, 2018

Not sure, if I understand you correct … Do you mean something like this?

<ol style="list-style-type: decimal;">

  <li>

    <p>Instruction</p>

    <ol>

      <li>

        <p>Intermediate step</p>

        <ol>

          <li>

            <p>Interim result</p>

          </li>

        </ol>

      </li>

    </ol>

</li>

</ol>

Helix_ddAuthor
Inspiring
September 14, 2018

Yes, something like that but in RH2017, there where special elelemts: rh-list.

Example from RH2017:

<?rh-list_start class="Instructions" style="list-style: rh-list; list-style: rh-list;" ?>

                <p class="step">To choose a sensor from a list:</p>

                <?rh-list_end ?>

                  <?rh-list_start class="Instructions" level="2" style="list-style: rh-list; list-style: rh-list;" ?>

                    <p class="intermediate-step" style="margin-left: 20px;">Choose [Add] &gt; Sensor.</p>

                    <?rh-list_end ?>

                      <?rh-list_start class="Instructions" level="3" style="list-style: rh-list; list-style: rh-list;" ?>

                        <p class="interim-result" style="margin-left: 20px;">The window "sensor" appears.<br/>

                          <img alt="" border="0" height="329" src="../assets/images/re_select-sensor.png" style="border: none;" width="268" /></p>

                        <?rh-list_end ?>

                          <?rh-list_start class="Instructions" level="2" style="list-style: rh-list; list-style: rh-list;" ?>

                            <p class="intermediate-step" style="margin-left: 20px;">Choose the desired sensor.</p>

                            <?rh-list_end ?>

                              <?rh-list_start class="Instructions" level="3" style="list-style: rh-list; list-style: rh-list;" ?>

                                <p class="interim-result" style="margin-left: 20px;">A symbol of the sensor is shown on the map.</p>

                                <?rh-list_end ?>

                                  <?rh-list_start class="Instructions" level="1" style="list-style: rh-list; list-style: rh-list;" ?>

Steffen Riek
Inspiring
September 14, 2018

Me too!

An upgraded project shows the list items but without the numbering.

A new project with the same CSS will not play nicely when the tab key is pressed.

I am currently exchanging emails with Adobe in an attempt to figure out how to get multi-level lists working. I'll be back when I know more.

Meantime Steffan, can I delete your other thread so that we can keep the information here?


See www.grainge.org for free RoboHelp and Authoring information.

@petergrainge


Hi Peter,

sure you can delete the other thread.

Peter Grainge
Community Expert
September 13, 2018

I believe that one is a work in progress.


See www.grainge.org for free RoboHelp and Authoring information.

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Helix_ddAuthor
Inspiring
September 14, 2018

What would you say from your experience how long that will take? 1-2 month, 6 month or longer?