Skip to content

Commit

Permalink
docs: Titanium.UI.iOS.Toolbar was removed in 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drauggres authored and ewanharris committed Jan 4, 2022
1 parent fb732d5 commit 23986a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/TextArea.yml
Expand Up @@ -360,14 +360,14 @@ properties:

- name: keyboardToolbar
summary: |
Array of toolbar button objects or a [toolbar](Titanium.UI.iOS.Toolbar) to be used when the
Array of toolbar button objects or a [toolbar](Titanium.UI.Toolbar) to be used when the
keyboard is displayed.
description: |
As of Release 2.0, because iOS disallows a view (including toolbar buttons) to be in two places at
once, developers desiring textAreas or [textFields](Titanium.UI.TextField) to share a toolbar
can instead use a single [toolbar](Titanium.UI.iOS.Toolbar) instead of having arrays sharing
can instead use a single [toolbar](Titanium.UI.Toolbar) instead of having arrays sharing
toolbar buttons.
type: [Array<Titanium.UI.View>, Titanium.UI.Toolbar, Titanium.UI.iOS.Toolbar]
type: [Array<Titanium.UI.View>, Titanium.UI.Toolbar]
platforms: [iphone, ipad, macos]

- name: keyboardToolbarColor
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/TextField.yml
Expand Up @@ -374,7 +374,7 @@ properties:

- name: keyboardToolbar
summary: |
Array of toolbar button objects or a [toolbar](Titanium.UI.iOS.Toolbar) to be used when the
Array of toolbar button objects or a [toolbar](Titanium.UI.Toolbar) to be used when the
keyboard is displayed.
description: |
In Alloy, you can use a `<KeyboardToolbar>` element inside a `<TextField>` element to create
Expand All @@ -396,7 +396,7 @@ properties:
</TextField>
</Alloy>
```
type: [Array<Titanium.UI.View>, Titanium.UI.Toolbar, Titanium.UI.iOS.Toolbar]
type: [Array<Titanium.UI.View>, Titanium.UI.Toolbar]
platforms: [iphone, ipad, macos]

- name: keyboardToolbarColor
Expand Down Expand Up @@ -679,7 +679,7 @@ examples:
- title: Custom Keyboard Toolbar (iOS)
example: |
On iOS, a configurable toolbar can be displayed above the virtual keyboard.
Toolbars can be used with both text areas and text fields. See <Titanium.UI.iOS.Toolbar>
Toolbars can be used with both text areas and text fields. See <Titanium.UI.Toolbar>
for more information.
This code excerpt creates a text field with a toolbar:
Expand Down

0 comments on commit 23986a3

Please sign in to comment.