UIEvolutin Inc.
UJML Language Reference
New in UJML 1.5

New in UJML 1.5.

UJML 1.5 provides better resource management, keypad events, and native code extensions.

Resource management tags and events

The new resources and resource UJML tags along with the new onResourceAvailable and onResourceError events let you manage resource loading using state transitions. See Resources, resources, resource, onResourceAvailable, onResourceError.

KeyUp/KeyDown events

The onKeyUp and onKeyDown events let you capture arbitrary key-presses. See Handling Events, onKeyUp, onKeyDown. You can get the key value by calling the _getStringEventData() function and passing the new &_EVENT_STRING_ONKEY; event entity. See _getStringEventData() function, Event Entities

Extensions

Extensions are native code files providing functions you may call from your UJML code and which can raise events in UJML. Extensions have been removed from UJML as of version 2.0.

Copyright (c) 2000-2007 UIEvolution, Inc. All rights reserved.
What do you think about this topic? Send feedback!