Skip to content
Snippets Groups Projects
Commit 6b659da1 authored by Bensong Liu's avatar Bensong Liu
Browse files

allow explicit argument and ignore argument

parent 34a875db
No related branches found
No related tags found
1 merge request!1Allow explicit arg
...@@ -76,7 +76,7 @@ namespace CIS { ...@@ -76,7 +76,7 @@ namespace CIS {
} }
xamlCode.replace("__TEMPLATE_ARG_TypeName", argType); xamlCode.replace("__TEMPLATE_ARG_TypeName", argType);
xamlCode.replace_once("__TEMPLATE_ARG_TypeValue", argValue); xamlCode.replace_once("__TEMPLATE_ARG_TypeValue", Utility::HtmlEscapeString(argValue));
xamlCode.replace_once("__TEMPLATE_ARG_ClassName", this->className); xamlCode.replace_once("__TEMPLATE_ARG_ClassName", this->className);
xamlCode.replace_once("__TEMPLATE_ARG_DisplayName", this->displayName); xamlCode.replace_once("__TEMPLATE_ARG_DisplayName", this->displayName);
xamlCode.replace_once("__TEMPLATE_ARG_TaskId", this->taskId); xamlCode.replace_once("__TEMPLATE_ARG_TaskId", this->taskId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment