You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic special properties that are updated independently of data! Current set of such properties is:
$now current time in milliseconds since 1/1/1970. Mostly useful in conjunction with date and time functions like time(), second(), date() etc.
$mouse for mouse position. Use $mouse.x and $mouse.y for individual coordinates.
$hash for the URL hash (without the # sign)
New url() function for getting URL parameters regardless of how they’re defined (via path or query string). $url is now deprecated and will be removed in the next release.
Support for optional toolbar buttons that can be enabled but are not there by default.