Skip to content

Commit

Permalink
feat(docs): remove windows images
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Oct 3, 2022
1 parent 96a0abc commit 7e500b1
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 43 deletions.
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/ActivityIndicator.yml
Expand Up @@ -2,9 +2,9 @@
name: Titanium.UI.ActivityIndicator
summary: An activity indicator that lets the user know an action is taking place.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./activityindicator_android.png) | ![iOS](./activityindicator_ios.png) | ![Windows](./activityindicator_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./activityindicator_android.png) | ![iOS](./activityindicator_ios.png) |
An activity indicator can be used to show the progress of an operation in the UI to let the
user know that some action is taking place. An activity indicator consists of a spinning
Expand Down
10 changes: 5 additions & 5 deletions apidoc/Titanium/UI/AlertDialog.yml
Expand Up @@ -4,9 +4,9 @@ summary: |
An alert dialog is a modal view that includes an optional title, a message and buttons,
positioned in the middle of the display.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./alertdialog_android.png) | ![iOS](./alertdialog_ios.png) | ![Windows](./alertdialog_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./alertdialog_android.png) | ![iOS](./alertdialog_ios.png) |
An alert dialog is created using <Titanium.UI.createAlertDialog> or **`<AlertDialog>`** Alloy element.
Expand Down Expand Up @@ -478,10 +478,10 @@ properties:
determines the style of the presented alert. A <Titanium.UI.iOS.ALERT_SEVERITY_CRITICAL>
alert appears with a caution icon, and an alert with a <Titanium.UI.iOS.ALERT_SEVERITY_DEFAULT>
severity doesn’t. UIKit ignores the alert severity on iOS.
You should only use the <Titanium.UI.iOS.ALERT_SEVERITY_CRITICAL> severity if an alert truly requires
special attention from the user.
For more information, see the [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/macos/windows-and-views/alerts/) on alerts.
type: Number
constants: Titanium.UI.iOS.ALERT_SEVERITY_*
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/Button.yml
Expand Up @@ -3,9 +3,9 @@ name: Titanium.UI.Button
summary: |
A button widget that has four states: normal, disabled, focused and selected.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./button_android.png) | ![iOS](./button_ios.png) | ![Windows](./button_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./button_android.png) | ![iOS](./button_ios.png) |
A button displays its selected state while it is being pressed. The focused state is
only used on Android devices that have navigation keys or a keyboard, to indicate
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/EmailDialog.yml
Expand Up @@ -3,9 +3,9 @@ name: Titanium.UI.EmailDialog
summary: |
An email dialog is a modal window that allows users to compose and send an email.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./emaildialog_android.png) | ![iOS](./emaildialog_ios.png) | ![Windows](./emaildialog_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./emaildialog_android.png) | ![iOS](./emaildialog_ios.png) |
The Email Dialog is created with the <Titanium.UI.createEmailDialog> method. The user needs to
register an e-mail account on the device in order to open the dialog. The dialog will not
Expand Down
8 changes: 4 additions & 4 deletions apidoc/Titanium/UI/ListView.yml
Expand Up @@ -4,9 +4,9 @@ summary: |
A list view is used to present information, organized in to sections and items,
in a vertically-scrolling view.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./listview_android.png) | ![iOS](./listview_ios.png) | ![Windows](./listview_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./listview_android.png) | ![iOS](./listview_ios.png) |
Use the <Titanium.UI.createListView> method or **`<ListView>`** Alloy element to create a `ListView`.
Expand Down Expand Up @@ -191,7 +191,7 @@ description: |
- [editing](Titanium.UI.ListView.editing) - Determines if the List View is in a state where items can
be deleted or reordered.
- [requiresEditingToMove](Titanium.UI.ListView.requiresEditingToMove) - Determines if the ListView
should be able to drag-and-drop without explicitely enabling editing support (like drag bars).
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/Picker.yml
Expand Up @@ -3,9 +3,9 @@ name: Titanium.UI.Picker
summary: |
A control used to select one or more fixed values.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./picker_android.png) | ![iOS](./picker_ios.png) | ![Windows](./picker_wp.gif) |
| Android | iOS |
| ------- | --- |
| ![Android](./picker_android.png) | ![iOS](./picker_ios.png) |
Use the <Titanium.UI.createPicker> method or Alloy **`<Picker>`** element to create a picker control.
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/ProgressBar.yml
Expand Up @@ -2,9 +2,9 @@
name: Titanium.UI.ProgressBar
summary: A progress bar.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./progressbar_android.png) | ![iOS](./progressbar_ios.png) | ![Windows](./progressbar_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./progressbar_android.png) | ![iOS](./progressbar_ios.png) |
A progress bar is used for displaying an ongoing activity with a defined progression.
For an activity without a defined progression, you can use <Titanium.UI.ActivityIndicator>.
Expand Down
8 changes: 4 additions & 4 deletions apidoc/Titanium/UI/SearchBar.yml
Expand Up @@ -2,9 +2,9 @@
name: Titanium.UI.SearchBar
summary: A specialized text field for entering search text.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./searchbar_android.png) | ![iOS](./searchbar_ios.png) | ![Windows](./searchbar_windows.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./searchbar_android.png) | ![iOS](./searchbar_ios.png) |
Search bars are most commonly used for filtering the rows in a [TableView](Titanium.UI.TableView) and
[ListView](Titanium.UI.ListView). You can add a search bar to a table view via its
Expand Down Expand Up @@ -61,7 +61,7 @@ methods:
type: AnimatedOptions
optional: true
default: "{ animated: false }"

- name: insertTokenAtIndex
summary: Inserts a new search token at the specified index.
parameters:
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/Slider.yml
Expand Up @@ -2,9 +2,9 @@
name: Titanium.UI.Slider
summary: A slider component with a draggable thumb.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./slider_android.png) | ![iOS](./slider_ios.png) | ![Windows](./slider_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./slider_android.png) | ![iOS](./slider_ios.png) |
A slider lets the user select from a range of values by dragging the slider thumb.
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/Switch.yml
Expand Up @@ -2,9 +2,9 @@
name: Titanium.UI.Switch
summary: An on/off switch control.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./switch_android.png) | ![iOS](./switch_ios.png) | ![Windows](./switch_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./switch_android.png) | ![iOS](./switch_ios.png) |
The appearance of a `Switch` control varies by platform:
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/TableView.yml
Expand Up @@ -4,9 +4,9 @@ summary: |
A table view is used to present information, organized in sections and rows, in a
vertically-scrolling view.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./tableview_android.png) | ![iOS](./tableview_ios.png) | ![Windows](./tableview_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./tableview_android.png) | ![iOS](./tableview_ios.png) |
A `TableView` object is a container for [TableViewSection](Titanium.UI.TableViewSection)
objects that are, in turn, containers for [TableViewRow](Titanium.UI.TableViewRow) objects.
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/TextArea.yml
Expand Up @@ -2,9 +2,9 @@
name: Titanium.UI.TextArea
summary: A multiline text field that supports editing and scrolling.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./textarea_android.png) | ![iOS](./textarea_ios.png) | ![Windows](./textarea_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./textarea_android.png) | ![iOS](./textarea_ios.png) |
Use the <Titanium.UI.createTextArea> method or **&lt;TextArea&gt;** Alloy element to create a text area.
Expand Down
6 changes: 3 additions & 3 deletions apidoc/Titanium/UI/TextField.yml
Expand Up @@ -2,9 +2,9 @@
name: Titanium.UI.TextField
summary: A single line text field.
description: |
| Android | iOS | Windows |
| ------- | --- | ------- |
| ![Android](./textfield_android.png) | ![iOS](./textfield_ios.png) | ![Windows](./textfield_wp.png) |
| Android | iOS |
| ------- | --- |
| ![Android](./textfield_android.png) | ![iOS](./textfield_ios.png) |
Use the <Titanium.UI.createTextField> method or **`<TextField>`** Alloy element to create a text field.
Expand Down
Binary file removed apidoc/Titanium/UI/activityindicator_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/alertdialog_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/button_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/emaildialog_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/listview_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/picker_wp.gif
Binary file not shown.
Binary file removed apidoc/Titanium/UI/progressbar_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/slider_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/switch_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/tableview_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/textarea_wp.png
Binary file not shown.
Binary file removed apidoc/Titanium/UI/textfield_wp.png
Binary file not shown.

0 comments on commit 7e500b1

Please sign in to comment.