Nl.fokkezb.form Versions Save

[UNMAINTAINED] Alloy TableView Form Widget

1.10.0

7 years ago
  1. Allow passing form headerView and footerView from xml directly
<Widget id="form" src="nl.fokkezb.form">
    <View role="headerView">
        <Label>Hello Header!</Label>
    </View>
    <View role="footerView">
        <Button onClick="sendButtonClicked">Save</Button>
    </View>
</Widget>
  1. Allow passing picker options as a function for async calls
  2. Allow re-set options to allow update options on the fly
  3. Add show/hide methods to row
  4. Add visible to field, to hide field when for initial
  5. Replace Ti.UI.iPhone with Ti.UI.iOS, since Titanium SDK 5.5 Ti.UI.iPhone deprecated
  6. In picker scroll to make sure picker row appear in the screen
  7. FIX: Show date picker on Android

1.9.0

7 years ago

Full Android support thanks to @HazemKhaled

1.8.0

8 years ago
  • Initial Android support by @HazemKhaled via #18

1.7.0

8 years ago

1.0.2

9 years ago
  • Replaces deepExtend with one that works (better)
  • Always uses deepExtend to leave input args unchanged

1.0.1

9 years ago

Fixes error when values were passed on creation.

1.0

9 years ago