listIndex |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | set the listIndex of <line> of <field> to <index>
|
Associations | field |
Summary | Sets the index for a paragraph when an (ordered) listStyle is set .
|
Introduced | 6.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Parameters | Name | Type | Description |
---|
index | | The index of a paragraph
|
|
Example | set the listIndex of line 1 of field 1 to 4
|
Values | Name | Type | Description |
---|
Value | | The listIndex of a line of a field returns the index of the paragraph.
This translates to htmlText via the 'value' attribute on <li>
tags.
|
|
Related | Property: listDepth, listStyle, listBehavior, textSize, formattedText
|
Description | Use the listIndex property to set the index of a paragraph when an
(ordered) list style is set.
|
Tags | ui |