rsel-exprparser-basic

Parses RSel-specific expression text and rebuilds it in the UI.

Αυτός ο κώδικας δεν πρέπει να εγκατασταθεί άμεσα. Είναι μια βιβλιοθήκη για άλλους κώδικες που περιλαμβάνεται μέσω της οδηγίας meta // @require https://update.greatest.deepsurf.us/scripts/17641/1367967/rsel-exprparser-basic.js

Δημιουργός
TheLastTaterTot
Έκδοση
2024.03.08.01
Δημιουργήθηκε την
04/03/2016
Ενημερώθηκε την
28/04/2024
Μέγεθος
40 KB
Άδεια
Μη διαθέσιμη

Programmatic-end for parsing RSel expression text and rebuilding the expression in the user interface.

NOTE: This is a slimmed down version of the full RSel Expression Editor. The RSelExprParser.updateExpression(exprText) method provided in this script can be used for parsing saved expression text. The match with RSel's original expression text must be fairly close and it does not allow much room for human error. See the script for the full Expression Editor for a more flexible implementation, though it is not provided in the form of a library script.