Page and File Autolist Widgets - Configure List Type as OL vs UL

For some reason, I am not able to change or “CSS” to ordered (show # instead of bullet). Is there a workaround? See screenshot attach. Per widgets, both have <ul> tag.

Thanks!!

It doesn’t look like either widget supports a list type layout property like: Ordered vs Unordered. I think for now you would need to use Jquery or JavaScript to either convert the ul to an ol, or create a custom widget that writes out the list as a an ol.

Is a good enhancement request, and would be a simple change to add support for that to both widgets.

-n

Thank you for your response!

re: create a custom widget that writes out the list as a an ol. - Is it possible to create a custom widget that does similar to “page/file autolist” widget functionality?

Yes it is possible. If you pull up the xml for the file auto list widget, rxconfig\widgets, you can see how the widget is coded.

Widget Builder widgets generate those XML files.

-n

1 Like