Skip to content

Commit

Permalink
[TIMOB-23501] iOS: Addressing Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelkPetkov committed Jun 29, 2016
1 parent 51350be commit 3c48f50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apidoc/Titanium/UI/UI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,8 @@ properties:
platforms: [iphone, ipad]

- name: TEXT_ELLIPSIZE_TRUNCATE_WORD_WRAP
summary: Add ellipses at word boundaries, unless the word itself doesnt fit on a single line
summary: Add ellipses at word boundaries, unless the word itself doesn't fit on a single line
description: |
One of the group of constants for the <Titanium.UI.Label.ellipsize> property.
type: Number
permission: read-only
Expand All @@ -1253,6 +1254,7 @@ properties:

- name: TEXT_ELLIPSIZE_TRUNCATE_CHAR_WRAP
summary: Add ellipses before the first character that doesnt fit.
description: |
One of the group of constants for the <Titanium.UI.Label.ellipsize> property.
type: Number
permission: read-only
Expand All @@ -1261,6 +1263,7 @@ properties:

- name: TEXT_ELLIPSIZE_TRUNCATE_CLIP
summary: Lines are simply not drawn past the edge of the text container.
description: |
One of the group of constants for the <Titanium.UI.Label.ellipsize> property.
type: Number
permission: read-only
Expand Down

0 comments on commit 3c48f50

Please sign in to comment.