[ALOY-1009] Alloy: Add <Option> titleid so that it can use i18n strings
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-14T19:00:43.000+0000 |
Affected Version/s | Alloy 1.3.1 |
Fix Version/s | Alloy 1.4.0 |
Components | n/a |
Labels | n/a |
Reporter | Michael Gangolf |
Assignee | Tony Lukasavage |
Created | 2014-05-03T15:03:15.000+0000 |
Updated | 2014-06-22T13:21:09.000+0000 |
Description
<OptionDialog id="dialog" titleid="choose">
<!-- The Options tag sets the options property. -->
<Options>
<Option titleid="camera"></Option>
<Option titleid="gallery"></Option>
<Option titleid="cancel"></Option>
</Options>
</OptionDialog>