| getContainingListType |
ListLayout.getContainingListType( ) |
The containing list type, can be either "ordered" or "unordered". |
| setContainingListType |
ListLayout.setContainingListType( listType ) |
Sets the list type. |
| getLayoutClass |
ListLayout.getLayoutClass( ) |
Returns the list of CSS classes configured for the containing ordered or unordered list tag of the layout. |
| setLayoutClass |
ListLayout.setLayoutClass( layoutClass ) |
Sets one or more CSS classes to the ordered or unordered list tag used to contain the layout. |
| getLayoutStyle |
ListLayout.getLayoutStyle( ) |
Returns the inline CSS style configured for the containing ordered or unordered list tag of the layout. |
| setLayoutStyle |
ListLayout.setLayoutStyle( layoutStyle ) |
Sets the inline CSS style to be applied to the ordered or unordered list tag used to contain the layout. |
| getLiClass |
ListLayout.getLiClass( ) |
Returns the list of CSS classes configured for the containing ordered or unordered list tag of the layout. |
| setLiClass |
ListLayout.setLiClass( layoutClass ) |
Sets one or more CSS classes to the ordered or unordered list tag used to contain the layout. |
| getListStyleImage |
ListLayout.getListStyleImage( ) |
URL of the list item marker image. |
| setListStyleImage |
ListLayout.setListStyleImage( listStyleImage ) |
Sets the URL of the list item marker image. |
| getListStylePosition |
ListLayout.getListStylePosition( ) |
The list style position. |
| setListStylePosition |
ListLayout.setListStylePosition( listStylePosition ) |
Sets the list style position. |
| getListStyleType |
ListLayout.getListStyleType( ) |
The list style type. |
| setListStyleType |
ListLayout.setListStyleType( listStyleType ) |
Sets the list style type. |
| getLiStyle |
ListLayout.getLiStyle( ) |
Returns the inline CSS style configured for the containing ordered or unordered list tag of the layout. |
| setLiStyle |
ListLayout.setLiStyle( layoutStyle ) |
Sets the inline CSS style to be applied to the ordered or unordered list tag used to contain the layout. |