[TIMOB-4132] Unusable properties backgroundDisabledColor and backgroundDisabledImage.
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Done |
Resolution Date | 2017-06-07T22:06:18.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Ingo Muschenetz |
Created | 2011-05-18T08:04:05.000+0000 |
Updated | 2017-06-07T22:06:18.000+0000 |
Description
I found backgroundDisabledColor and backgroundDisabledImage properties of the Label object in the Titanium Mobile API docs (http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.Label-object). But I can't find property Enabled for Label object(property Enabled is present in Button). In which condition the background Color(Image) of the Label will change to DisabledColor(DisabledImage)? Or it is bug in the documentation and there is no such properties? The same thing is with View and ScrollView objects (maybe other). Please comment this issue.
These properties are automatically added by the docgen.py script. It's a known issue with out the documentation is produced and will be fixed after we've finished our TDoc2 project to get our documentation into our new YAML format so we can fix these types of issues.