Child pages
  • 2021.12 Whats new

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Added application.getMediaURL(mediaName) to get urls that can be served as is to the browser.
Added application.executeLater(function, delay [,args]) for a simple scheduled execution api
Added a Comment property on all the persist objects (like components, valuelist,relations) so you can have some documenation added for this object.
Added plugins.ngclientutils.scrollIntoView() to scroll parts of the screen (based on a selector
QueryBuilder "like" has no support for functions (like upper) instead of just a string.
Components now have a getDesignProperties() that returns a map of all the design time properties and there values that are set in the designer.
InMemory Tables now have besides an "onLoad" event also an "onFoundsetNextChunk" where you can give the next chunk of data, so you don't need to load in the full inmemory data yet, you can load more on demand.

...