-
1. Re: TLF 2.0 Bullets in editor
rdermer Sep 13, 2010 9:53 AM (in response to MC30)Hi,
If I understand this correctly there is new operation in develoment (not yet available) which should help. What I think you want to do is simply promote the children of the second ListElement to be a child of the ListItem. The inprocess operation - tentatively called PromoteChildren should do all that for you. That way it won't have a bullet. Another way to do it would be set the content property of the second ListItem's ListMarkerFormat to be "none".
Note that TLF 2.0 doesn't have a <ul> or a <ol> tag. Instead it has a single <list> tag that maps to ListElement. Without built-in CSS ul and ol don't make much sense. They are used as selectors for a list style in the browsers. ListElement's can have paragraphs, divs, other lists as well as ListItems as their direct children.
Hope that helps,
Richard
-
2. Re: TLF 2.0 Bullets in editor
rdermer Sep 13, 2010 11:10 AM (in response to rdermer)Actually the new operation is "MoveChildrenOperation".
Richard
-
3. Re: TLF 2.0 Bullets in editor
MC30 Sep 23, 2010 11:53 PM (in response to rdermer)Hi Richard,
Thanks a lot for your help. I am looking forward these new features.
Thanks again for all your work.
Cheers, MC


