Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ on editorUpdate
unlock messages
updateEditorFields tPath
lock messages
set the enabled of field "value" of me to tEnabled
set the enabled of field "key" of me to tEnabled
set the visible of field "value" of me to tEnabled
set the visible of field "key" of me to tEnabled
set the visible of field "value label" of me to tEnabled
set the visible of field "key label" of me to tEnabled
set the readOnly of widget "array" of me to not tEnabled
if tEffective is true then
set the textcolor of field "value" of me to "150,150,150"
set the textcolor of field "key" of me to "150,150,150"
Expand Down