OGX.JS Javascript Framework version 1.33.0
2024-01-28
We are pleased to announce that OGX.JS Javascript Framework version 1.33.0 has been released!.
New Features
findMove
method to move an item at the desired index
download
method to create and auto click a download linklevels
to reveal
method, only reveal n
levels away from Uxi
dblick
constant for double clickopenItem
, closeItem
and getItemByPath
methodsfunction
keyword for inline function declaration, or link to a global function
function myGlobalFunction //link to function function myGlobalFunction() //execute function function if( $color === 'red' ){ return '#CC2222'; } return '#22CC22'; } //declare and execute
Bug Fixes
selection
not reset when selecting using one of the select methodsupdateItem
Breaking Changes
function
and method
keywords now return link to function/method without executing it if parenthesis aren't present.
method myMethod myUxi:MyView //returns link to method method myMethod() myUxi:MyView //executes method and passes available parameters function MyGlobalFunction //returns link to function function MyGlobalFunction() //executes function and passes available parameters
Other Changes
resolve
method in debug builds only