diff --git a/snippets/page.json b/snippets/page.json index 72f4ccb1..c6247c33 100644 --- a/snippets/page.json +++ b/snippets/page.json @@ -12,7 +12,7 @@ "", "\tlayout", "\t{", - "\t\tarea(content)", + "\t\tarea(Content)", "\t\t{", "\t\t\tgroup(StandardBanner)", "\t\t\t{", @@ -41,6 +41,7 @@ "", "\t\t\tgroup(Step1)", "\t\t\t{", + "\t\t\t\tShowCaption = false;", "\t\t\t\tVisible = Step1Visible;", "\t\t\t\tgroup(\"Welcome to ${2:PageName}\")", "\t\t\t\t{", @@ -74,6 +75,7 @@ "", "\t\t\tgroup(Step3)", "\t\t\t{", + "\t\t\t\tShowCaption = false;", "\t\t\t\tVisible = Step3Visible;", "\t\t\t\tgroup(Group23)", "\t\t\t\t{", @@ -94,7 +96,7 @@ "\t}", "\tactions", "\t{", - "\t\tarea(processing)", + "\t\tarea(Processing)", "\t\t{", "\t\t\taction(ActionBack)", "\t\t\t{", @@ -103,7 +105,7 @@ "\t\t\t\tEnabled = BackActionEnabled;", "\t\t\t\tImage = PreviousRecord;", "\t\t\t\tInFooterBar = true;", - "\t\t\t\ttrigger OnAction();", + "\t\t\t\ttrigger OnAction()", "\t\t\t\tbegin", "\t\t\t\t\tNextStep(true);", "\t\t\t\tend;", @@ -115,7 +117,7 @@ "\t\t\t\tEnabled = NextActionEnabled;", "\t\t\t\tImage = NextRecord;", "\t\t\t\tInFooterBar = true;", - "\t\t\t\ttrigger OnAction();", + "\t\t\t\ttrigger OnAction()", "\t\t\t\tbegin", "\t\t\t\t\tNextStep(false);", "\t\t\t\tend;", @@ -127,7 +129,7 @@ "\t\t\t\tEnabled = FinishActionEnabled;", "\t\t\t\tImage = Approve;", "\t\t\t\tInFooterBar = true;", - "\t\t\t\ttrigger OnAction();", + "\t\t\t\ttrigger OnAction()", "\t\t\t\tbegin", "\t\t\t\t\tFinishAction();", "\t\t\t\tend;", @@ -135,12 +137,12 @@ "\t\t}", "\t}", "", - "\ttrigger OnInit();", + "\ttrigger OnInit()", "\tbegin", "\t\tLoadTopBanners();", "\tend;", "", - "\ttrigger OnOpenPage();", + "\ttrigger OnOpenPage()", "\tvar", "\t\t${4:RecordVar}: Record ${3:TableName};", "\tbegin",