diff options
Diffstat (limited to 'demos/composer/protected/pages/Home.page')
-rw-r--r-- | demos/composer/protected/pages/Home.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/composer/protected/pages/Home.page b/demos/composer/protected/pages/Home.page index d4a9ce2f..7a0dd635 100644 --- a/demos/composer/protected/pages/Home.page +++ b/demos/composer/protected/pages/Home.page @@ -89,7 +89,7 @@ implements <com:TTextBox ID="Interfaces" CssClass="slTextBox"/> </com:TRepeater>
-<com:TButton Text="New Property" Click="addProperty" />
+<com:TButton Text="New Property" Command="propertyAction" CommandName="add" />
</com:TPanel>
@@ -141,7 +141,7 @@ implements <com:TTextBox ID="Interfaces" CssClass="slTextBox"/> </com:TRepeater>
-<com:TButton Text="New Event" Click="addEvent" />
+<com:TButton Text="New Event" Command="eventAction" CommandName="add" />
</com:TPanel>
|