-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
index.css/htm/js refactoring and renaming
index.css - div default lineheight - ndiv smaller margin - rename table-style to table - rename containter to mdlContainter - rename screenColumn to mdlColumn - rename screenBox to module index.htm - rename containter to mdlContainter - rename screenColumn to mdlColumn index.js - rename containter to mdlContainter - rename screenColumn to mdlColumn - rename screenBox to module - add varNodeMapping (WIP) index.js: genHTML - rename newNode to divNode - rename valueNode to varNode - div instead of p - same style for all: div with label, comment, input etc - select: setAtttribute value - use savedData or send uiFun requests - set node in varNodeMapping index.js: receiveData - details: use rowNr - updrow: use tableVar, support multiple rows, use colVars - updVar: use varNodeMapping to set multiple nodes of same var (tables) index.js: changeHTML - add variable parameter - label, comment: use uniform divstyle (no sibling stuff) - table: flushUIFunCommands - select use getAttribute for value - move "span" to "value" "value" support for arrays (table columns) using changeHTML (recursive) - store values in savedData AppEffects.h: setEffect: send rowNr in response SysModModel: add varToValues (WIP) SysModUI: processJson: remove sending value as response (dealt with in ui) SysModWeb, UserModArtNet, UserModDDP, UserModInstances - rename nodes to instances
- Loading branch information
Showing
14 changed files
with
1,728 additions
and
1,635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.