index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
views
/
ScriptBox.tsx
Age
Commit message (
Expand
)
Author
2022-08-02
Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to creat...
bobzel
2022-03-07
got rid of include cycles for Scripting globals to make hot updates work better.
bobzel
2020-12-07
fixed lists to allow multiple null-value entries & be able to edit in KeyValu...
bobzel
2020-07-23
got rid of lots of console.logs(). fixed fonticon box to show a 'label' if d...
Bob Zeleznik
2020-05-15
renamed new_fields to fields
Sam Wilkins
2020-04-30
added double click script support
Bob Zeleznik
2020-04-10
rearranged button/script field keys to -rawscript, -
Bob Zeleznik
2020-04-09
cleaned up some scriptingBox code -- added parameters
Bob Zeleznik
2020-04-08
from last
Bob Zeleznik
2020-04-08
reversions
Bob Zeleznik
2020-04-08
Merge branch 'master' into script_documents
Bob Zeleznik
2020-04-07
lots of code cleanup - removed all northstar db stuff. added scriptingBox. ...
Bob Zeleznik
2020-04-06
cleaned up some scripting. added childClicks to UserDoc to extend menu of On...
Bob Zeleznik
2020-03-01
basic changes finished
Mohammad Amoush
2020-02-29
script to document
Mohammad Amoush
2020-02-29
scripbox
Mohammad Amoush
2020-02-10
fixed removing script when it has no text
bob
2020-01-13
fixed some scripting and added some functions for adding docFilters to collec...
bob
2019-12-12
fixed warnings. Limited the size of pasted text boxes
Bob Zeleznik
2019-12-12
fixed script box draggign w/ parameters
bob
2019-12-03
const linter rule and restored google docs push, fixed routing
Sam Wilkins
2019-09-17
cleanup for animating document icon collapse/expand - still need to fix for d...
Bob Zeleznik
2019-09-11
fixed collection iteration onClick script
bob
2019-09-11
cleaned up ScriptBox EditScript's restructured menus for dealing with onClic...
bob
2019-09-11
added makeCustomView to promote documents to a new layout.
bob
2019-09-11
added start of parameterized button maker
Bob Zeleznik
2019-09-10
fixed up some stuff with portals and added a ButtonBox menu item for running...
bob
2019-08-13
changes to fix stacking layouts used with templates. rearrangement of menu op...
bob
2019-07-28
Added ability to capture documents in button scripts
Tyler Schicke
2019-07-03
Added state to layout scripts
Tyler Schicke
2019-07-02
Added arrange script to freeform views
Tyler Schicke