dojox/dtl/Inline.js

  • Provides:

    • dojox.dtl.Inline
  • Requires:

    • dojox.dtl._base in common
    • dijit._Widget in common in project dijit
  • dojox.dtl.Inline

    • type
      Function
    • parameters:
      • args: (typeof )
      • node: (typeof )
    • source: [view]
       this.create(args, node);
    • mixins:
      • dijit._Widget.prototype: (prototype)
      • dijit._Widget.prototype: (prototype)
    • summary
  • dojox.dtl.Inline.context

    • summary
  • dojox.dtl.Inline.render

    • type
      Function
    • parameters:
      • context: (typeof Object|dojox.dtl.Context)
    • source: [view]
        this.context = context || this.context;
        this.postMixInProperties();
        dojo.query("*", this.domNode).orphan();
        this.domNode.innerHTML = this.template.render(this.context);
    • summary
  • dojox.dtl.Inline.domNode.innerHTML

    • summary
  • dojox.dtl.Inline.declaredClass

    • summary
  • dojox.dtl.Inline.buildRendering

    • type
      Function
    • source: [view]
        var div = this.domNode = document.createElement("div");
        var node = this.srcNodeRef;
        if(node.parentNode){
         node.parentNode.replaceChild(div, node);
        }


        this.template = new dojox.dtl.Template(dojo.trim(node.text), true);
        this.render();
    • summary
  • dojox.dtl.Inline.domNode

    • summary
  • dojox.dtl.Inline.template

    • summary
  • dojox.dtl.Inline.postMixInProperties

    • type
      Function
    • source: [view]
        this.context = (this.context.get === dojox.dtl._Context.prototype.get) ? this.context : new dojox.dtl._Context(this.context);
    • summary
  • dojox.dtl

    • type
      Object
    • summary
  • dojox

    • type
      Object
    • summary