Méthode | Description | |
---|---|---|
findIndexByID ( $id ) : integer | Finds the index of the accordion view whose ID is the same as the one being looked for. | |
insertAt ( $index, $item ) | Inserts an item at the specified position. |
public findIndexByID ( $id ) : integer | ||
Résultat | integer | the index of the accordion view found, -1 if not found. |
public insertAt ( $index, $item ) |