|
54241 | 54241 | {
|
54242 | 54242 | "name": "save",
|
54243 | 54243 | "summary": "Saves changes to an event permanently.",
|
54244 |
| - "description": "This method raises an exception if it is passed an event from another event store.\n\nWhen an event is saved, it is updated in the Calendar database. Any fields you did\nnot modify are updated to reflect the most recent value in the database. If the\nevent has been deleted from the database, it is re-created as a new event.\n\nOn Android, this method only updates the recurrence rule (if set). See [TIMOB-24248](https://jira-archive.titaniumsdk.com/TIMOB-24248)\nto track this new feature.\n", |
| 54244 | + "description": "This method raises an exception if it is passed an event from another calendar.\n\nWhen an event is saved, it is updated in the Calendar database. Any fields you did\nnot modify are updated to reflect the most recent value in the database. If the\nevent has been deleted from the database, it is re-created as a new event.\n\nOn Android, this method only updates the recurrence rule (if set). See [TIMOB-24248](https://jira-archive.titaniumsdk.com/TIMOB-24248)\nto track this new feature.\n", |
54245 | 54245 | "platforms": [
|
54246 | 54246 | {
|
54247 | 54247 | "since": "7.1.0",
|
|
54273 | 54273 | },
|
54274 | 54274 | {
|
54275 | 54275 | "name": "remove",
|
54276 |
| - "summary": "Removes an event from the event store.", |
54277 |
| - "description": "This method raises an exception if it is passed an event from another event store.\n", |
| 54276 | + "summary": "Removes an event from the calendar.", |
| 54277 | + "description": "This method raises an exception on iOS if an event from another calendar is used.\n", |
54278 | 54278 | "platforms": [
|
| 54279 | + { |
| 54280 | + "since": "12.4.0", |
| 54281 | + "name": "android" |
| 54282 | + }, |
54279 | 54283 | {
|
54280 | 54284 | "since": "3.1.0",
|
54281 | 54285 | "name": "iphone"
|
|
54292 | 54296 | "parameters": [
|
54293 | 54297 | {
|
54294 | 54298 | "name": "span",
|
54295 |
| - "summary": "The span to use. Indicates whether to remove future instances of the event in\nthe case of a recurring event.\n", |
| 54299 | + "summary": "iOS-only: The span to use. Indicates whether to remove future instances of the event in\nthe case of a recurring event.\n", |
54296 | 54300 | "type": "Number"
|
54297 | 54301 | }
|
54298 | 54302 | ],
|
@@ -151951,6 +151955,62 @@
|
151951 | 151955 | "Array<BarItemType>"
|
151952 | 151956 | ],
|
151953 | 151957 | "availability": "creation"
|
| 151958 | + }, |
| 151959 | + { |
| 151960 | + "name": "selectedBackgroundColor", |
| 151961 | + "summary": "Background color of the selected button", |
| 151962 | + "platforms": [ |
| 151963 | + { |
| 151964 | + "since": "12.4.0", |
| 151965 | + "name": "android" |
| 151966 | + } |
| 151967 | + ], |
| 151968 | + "type": [ |
| 151969 | + "String", |
| 151970 | + "Titanium.UI.Color" |
| 151971 | + ] |
| 151972 | + }, |
| 151973 | + { |
| 151974 | + "name": "selectedTextColor", |
| 151975 | + "summary": "Text color of the selected button", |
| 151976 | + "platforms": [ |
| 151977 | + { |
| 151978 | + "since": "12.4.0", |
| 151979 | + "name": "android" |
| 151980 | + } |
| 151981 | + ], |
| 151982 | + "type": [ |
| 151983 | + "String", |
| 151984 | + "Titanium.UI.Color" |
| 151985 | + ] |
| 151986 | + }, |
| 151987 | + { |
| 151988 | + "name": "selectedBorderColor", |
| 151989 | + "summary": "Border color of the selected button", |
| 151990 | + "platforms": [ |
| 151991 | + { |
| 151992 | + "since": "12.4.0", |
| 151993 | + "name": "android" |
| 151994 | + } |
| 151995 | + ], |
| 151996 | + "type": [ |
| 151997 | + "String", |
| 151998 | + "Titanium.UI.Color" |
| 151999 | + ] |
| 152000 | + }, |
| 152001 | + { |
| 152002 | + "name": "color", |
| 152003 | + "summary": "Text color of the unselected button", |
| 152004 | + "platforms": [ |
| 152005 | + { |
| 152006 | + "since": "12.4.0", |
| 152007 | + "name": "android" |
| 152008 | + } |
| 152009 | + ], |
| 152010 | + "type": [ |
| 152011 | + "String", |
| 152012 | + "Titanium.UI.Color" |
| 152013 | + ] |
151954 | 152014 | }
|
151955 | 152015 | ],
|
151956 | 152016 | "subtype": "view"
|
|
0 commit comments