20,741
edits
| Line 7: | Line 7: | ||
== Creating dialogs with embedded Canvas Maps == | == Creating dialogs with embedded Canvas Maps == | ||
<syntaxhighlight lang=" | Add this to the "Nasal/open" tag of your XML dialog: | ||
<syntaxhighlight lang="php"> | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Add this to a group in the dialog where you want the Canvas to appear | |||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang=" | Add this to the "Nasal/close" tag to clean up all resources automatically: | ||
<syntaxhighlight lang="php"> | |||
</syntaxhighlight> | </syntaxhighlight> | ||