Skip to content

Commit

Permalink
Trying to put control preview logic into "form load" event
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Jul 28, 2023
1 parent 2f5dd4a commit f8307a4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ formEditor({
],
"forms": {
"Form_1": {
"form_load": `
console.log("UI Control Preview loaded")
`,
"name": "Form_1",
"width": 400,
"height": 400,
Expand Down

0 comments on commit f8307a4

Please sign in to comment.