|
1 | 1 | # NativeScript Getters Plugin
|
2 | 2 |
|
3 | 3 | 
|
4 |
| - |
5 |
| - |
6 | 4 | 
|
| 5 | + |
| 6 | + |
7 | 7 |
|
8 | 8 | A NativeScript plugin that adds six new getters – in addition to the native `getViewById` method – to retrieve one or more views by tag, type, class, property, value pair or style.
|
9 | 9 |
|
@@ -123,8 +123,6 @@ export function navigatingTo(args: EventData) {
|
123 | 123 |
|
124 | 124 | The list of possible property names can be found on the [view page](https://v7.docs.nativescript.org/api-reference/classes/view.html) of the NativeScript API documentation.
|
125 | 125 |
|
126 |
| -> Note: The color name (example: red or white) is converted by NativeScript to hexadecimal. |
127 |
| -
|
128 | 126 | #### Get views by val pairs
|
129 | 127 |
|
130 | 128 | ```typescript
|
@@ -163,6 +161,8 @@ export function navigatingTo(args: EventData) {
|
163 | 161 | }
|
164 | 162 | ```
|
165 | 163 |
|
| 164 | +> Note: The color name (example: red or white) is converted by NativeScript to hexadecimal. |
| 165 | +
|
166 | 166 | The list of possible styles can be found on the [style page](https://v7.docs.nativescript.org/api-reference/classes/style.html) of the NativeScript API documentation.
|
167 | 167 |
|
168 | 168 | ### Example in stand-alone mode
|
@@ -239,6 +239,10 @@ If you have a question about how `nativescript-getters` works or an idea to impr
|
239 | 239 |
|
240 | 240 | However, if you get an error, you should open an [issue](https://github.com/bgrand-ch/nativescript-getters/issues).
|
241 | 241 |
|
| 242 | +## Contributing |
| 243 | + |
| 244 | +See [CONTRIBUTING](https://github.com/bgrand-ch/nativescript-getters/blob/main/CONTRIBUTING.md) for more information. |
| 245 | + |
242 | 246 | ## License
|
243 | 247 |
|
244 | 248 | Distributed under the MIT License. See [LICENSE](https://github.com/bgrand-ch/nativescript-getters/blob/main/LICENSE.md) for more information.
|
|
0 commit comments