list/documentlistproperties/utils/style
@ckeditor/ckeditor5-list/src/documentlistproperties/utils/style
module
Filtering
Functions
-
getAllSupportedStyleTypes() → Array<string>
module:list/documentlistproperties/utils/style~getAllSupportedStyleTypes
-
getListStyleTypeFromTypeAttribute( value ) → string | null
module:list/documentlistproperties/utils/style~getListStyleTypeFromTypeAttribute
Converts
type
attribute of<ul>
or<ol>
elements tolist-style-type
equivalent.Parameters
value : string
Returns
string | null
-
getListTypeFromListStyleType( listStyleType ) → 'bulleted' | 'numbered' | null
module:list/documentlistproperties/utils/style~getListTypeFromListStyleType
Checks whether the given list-style-type is supported by numbered or bulleted list.
Parameters
listStyleType : string
Returns
'bulleted' | 'numbered' | null
-
getTypeAttributeFromListStyleType( value ) → string | null
module:list/documentlistproperties/utils/style~getTypeAttributeFromListStyleType
Converts
list-style-type
style totype
attribute of<ul>
or<ol>
elements.Parameters
value : string
Returns
string | null
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing? Please report it via our issue tracker.