mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Update tests
This commit is contained in:
@@ -123,7 +123,7 @@ Set allowed charaters for input field.
|
||||
ex: [%a%d] for alpha and numeric
|
||||
|
||||
- **Parameters:**
|
||||
- `characters` *(string)*: Regulax exp. for validate user input
|
||||
- `characters` *(string)*: Regular expression for validate user input
|
||||
|
||||
- **Returns:**
|
||||
- `self` *(druid.rich_input)*: Current instance
|
||||
|
@@ -112,7 +112,7 @@ Set new size of layout node
|
||||
- **Parameters:**
|
||||
- `[width]` *(number|nil)*: The width to set
|
||||
- `[height]` *(number|nil)*: The height to set
|
||||
- `[anchor_pivot]` *(constant|nil)*: If set will keep the corner possition relative to the new size
|
||||
- `[anchor_pivot]` *(constant|nil)*: If set will keep the corner position relative to the new size
|
||||
|
||||
- **Returns:**
|
||||
- `Container` *(druid.container)*:
|
||||
|
@@ -182,7 +182,7 @@ Return index for data value
|
||||
data_list:get_created_nodes()
|
||||
```
|
||||
|
||||
Return all currenly created nodes in DataList
|
||||
Return all currently created nodes in DataList
|
||||
|
||||
- **Returns:**
|
||||
- `List` *(node[])*: of created nodes
|
||||
@@ -194,7 +194,7 @@ Return all currenly created nodes in DataList
|
||||
data_list:get_created_components()
|
||||
```
|
||||
|
||||
Return all currenly created components in DataList
|
||||
Return all currently created components in DataList
|
||||
|
||||
- **Returns:**
|
||||
- `components` *(druid.component[])*: List of created components
|
||||
|
Reference in New Issue
Block a user