Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Add getVar method for JS expressions and run functions for fetching variable based on string name #282

Closed bob2517 closed 1 year ago

bob2517 commented 1 year ago

Done offline - about to put on branch. Yet to document.

bob2517 commented 1 year ago

Closing in preparation for release.

bob2517 commented 1 year ago

JS inline: escapeHTML() and unEscapeHTML() to document also.

bob2517 commented 1 year ago

The difference between getVar and $myRow[$variableName]; is that getVar works with a complex path and is the ACSS equivalent of lodash _get().

bob2517 commented 1 year ago

getVar is documented offline. Do the other helper functions, then mark this resolved.

bob2517 commented 1 year ago

unEscapeHTML and escapeHTML have been documented.