Skip to content

Commit

Permalink
docs: mark ipad popover properties removed as of 9.0.0
Browse files Browse the repository at this point in the history
Marks the height, width, leftNavButton and rightNavButton properties on
popover removed in SDK 9.0.0 that have been deprecated since 3.4.2.
Note that some of them were effectively removed at time of deprecation.
  • Loading branch information
sgtcoolguy committed Nov 26, 2019
1 parent 2fb6d27 commit 3300d49
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apidoc/Titanium/UI/iPad/Popover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ properties:
It is recommended to set this property to colorize the whole popover instead of only
its content view.
availability: creation
since: 5.2.0
since: "5.2.0"
default: undefined (behaves as transparent)

- name: contentView
Expand Down Expand Up @@ -95,20 +95,22 @@ properties:
</Alloy
type: Titanium.UI.View
since: 3.2.0
since: "3.2.0"

- name: height
summary: Height of the popover.
deprecated:
since: "3.4.2"
notes: This property is deprecated. Set the height on the [Titanium.UI.iPad.Popover.contentView](Titanium.UI.iPad.Popover.contentView) property instead.
removed: "9.0.0"
type: [Number, String]

- name: leftNavButton
summary: Left button in the navigation area of the popover.
deprecated:
since: "3.4.2"
notes: This property is no longer supported.
removed: "3.4.2"
description: |
Ignored when [Titanium.UI.iPad.Popover.contentView](Titanium.UI.iPad.Popover.contentView) is set.
Expand Down Expand Up @@ -137,6 +139,7 @@ properties:
deprecated:
since: "3.4.2"
notes: This property is no longer supported.
removed: "3.4.2"
description: |
Ignored when [Titanium.UI.iPad.Popover.contentView](Titanium.UI.iPad.Popover.contentView) is set.
Expand All @@ -158,6 +161,7 @@ properties:
deprecated:
since: "3.4.2"
notes: This property is no longer supported.
removed: "3.4.2"
description: |
Ignored when [Titanium.UI.iPad.Popover.contentView](Titanium.UI.iPad.Popover.contentView) is set.
type: String
Expand All @@ -167,6 +171,7 @@ properties:
deprecated:
since: "3.4.2"
notes: This property is deprecated. Set the width on the [Titanium.UI.iPad.Popover.contentView](Titanium.UI.iPad.Popover.contentView) property instead.
removed: "9.0.0"
type: [Number, String]

examples:
Expand Down

0 comments on commit 3300d49

Please sign in to comment.