Skip to content

Releases: rimblas/jtlitem

Default to apex_application.application_primary_language

16 Jun 02:19
Compare
Choose a tag to compare

Fixes #11
Also, correctly deploys v1.3.0 updates, oops

Bug fixes and enhancements w/IG

31 May 04:12
Compare
Choose a tag to compare
  • Added apex.item().getPopupSelector for better IG integration.
  • Better dialog position inside of modal windows (the dialog is now anchored to the calling window)
  • Use p_param.value_set_by_controller to determine if regular item or controller. Now we can undo the hack
    https://twitter.com/patrickwolf/status/1266675012884467714

IG support!

30 May 05:10
Compare
Choose a tag to compare

Major features:

  • #2 IG
  • Floating Labels

This version is backward compatible with v1.0 and v1.1

However, it's worth noting that structurally, there's a big change. In v1.2 the plugin does not use a hidden item to store the JSON.  Instead, there's only one item element.  For the regular item, the initial data is specified in via a data-value attribute, but then maintained internally, for the IG, the data is set and retrieved by the IG via apex.item().setValue and apex.item().displayValueFor

Bug fixes

22 May 13:46
Compare
Choose a tag to compare
  • Behavior change: Item languages can now be edited by default (the attribute "Edit Languages" is now set to "true" by default.)
  • Bug fix: Issue when the initial creation of a record used a language code other than "en"
  • For APEX 5.0.4 use v1.0.0 or get it from the test app f102_apex_504.sql

TEXTAREAS!

02 Feb 21:13
Compare
Choose a tag to compare

This plugin has now been in production use for more than 6 months. So it's time to call it v1.0.0 (about time!).
This new version also implements TEXTAREAS for multi-line editing.
This version is still compatible with APEX 5.0, however, next version may move to the new plugin architecture of APEX 5.1

Initial release

13 Feb 04:13
Compare
Choose a tag to compare

First release into the wild of the JTL (JSON Translation) APEX Item Plugin.
Although this is a pre-release version, the plugin code itself is almost ready for prime time with the missing feature of textarea fields.