Skip to content

Commit

Permalink
Merge pull request #62 from QuickCorp/v2.3
Browse files Browse the repository at this point in the history
add splashscreen and response-to attributes to widgets
  • Loading branch information
jeanmachuca committed Apr 25, 2021
2 parents 22e97fb + 0f8fc46 commit b098caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -3234,7 +3234,7 @@
const componentWidget = this;
const componentName = componentWidget.nodeName.toLowerCase();
const componentBody = _DOMCreateElement("component");
const __enabled__atributes__ = ["shadowed","componentClass", "controllerClass", "viewClass", "serviceClass", "effectClass", "tplextension", "template-source", "data"];
const __enabled__atributes__ = ["splashscreen","response-to","shadowed","componentClass", "controllerClass", "viewClass", "serviceClass", "effectClass", "tplextension", "template-source", "data"];
componentBody.setAttribute("name",componentName);

if (!componentWidget.hasAttribute("shadowed")) {
Expand Down

0 comments on commit b098caa

Please sign in to comment.