Completed
Last Updated: 02 Nov 2020 07:24 by ADMIN
Release R3 2020
Ken
Created on: 09 Feb 2016 15:41
Type: Feature Request
16
ordered list styling
We create many legal forms, which use nested ordered lists. In htmlTextBox for reporting, we'd like to apply styles like upper-alpha, lower-alpha, etc to the ol tag. Currently, the only numbering for an ol is 1, 2, 3. CSS ability to set the style at depth (like ol ol) would be best.
<ol>
<li>1. text</li>
<li>2. text
  <ol>
  <li>a. text
     <ol>
          <li>i. text</li>
          <li>ii. text</li>
      </ol>
  </li>
  <li>b. text</li>
  </ol>
</li>
</ol>
10 comments
ADMIN
Neli
Posted on: 12 Jun 2020 10:22

Hello Simon,

I discussed thе request with our development team and I am afraid that its development is not planned for R3 2020.

Regards,
Neli
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Simon
Posted on: 02 Jun 2020 02:19
Hi guys,

Is there any progress on this? A status of 'Unplanned' doesn't sound too promising.  We continue to get requests from our clients for this feature.

Thanks, Simon


Tech Support
Posted on: 30 Jan 2020 12:22

We need this feature for displaying regulatory text entries in tabular compliance reports.

Duncan

ADMIN
Nasko
Posted on: 16 Oct 2019 08:09

Hi Simon,

Once this feature enters the planning stage we will change its status to In Development. We aim to release all In Development entries with the next official release of the product.

Regards,
Nasko
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Simon
Posted on: 16 Oct 2019 03:11

Hi Nasko,

That is perfect!  Exactly what I was hoping to achieve.

Do you have an implementation date?

Thanking you, Simon

ADMIN
Nasko
Posted on: 09 Oct 2019 15:11

Hello Simon,

We have not moved this feature to the In Development stage yet. However, we'd like to first confirm if the planned functionality would be satisfactory. Since we will not be able to implement CSS selectors such as "ol.c {list-style-type: upper-roman;}" our plan is to add support for inline list-style-type styles via an attribute:

<ol style="list-style-type: upper-roman">
  <li>Coffee</li>
  <li>Tea</li>
</ol>

Regards,
Nasko
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Simon
Posted on: 03 Oct 2019 08:58

Hi guys,

 

Any progress on this?  We continue to get requests from our clients for this feature.

 

Thanks, Simon

Simon
Posted on: 17 Jul 2019 22:06
Any progress on this?
ADMIN
Milen | Product Manager @DX
Posted on: 27 Nov 2018 12:25
Hi Simon,

Thanks for moving this additional info to the dedicated feature request!

Regards,
Milen
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Simon
Posted on: 20 Nov 2018 14:37
I think support for ordered lists is critical for this product:

ol.c {list-style-type: upper-roman;}
ol.d {list-style-type: lower-roman;}
ol.d {list-style-type: upper-alpha;}
ol.d {list-style-type: lower-alpha;}

The reason: Some reports list or quote regulations, which use legal terminology. Additionally, it would provide the ability to refer to a section or sub-section in a cascading list.