dijit/layout/LinkPane.js

  • Provides:

    • dijit.layout.LinkPane
  • Requires:

    • dijit.layout.ContentPane in common
    • dijit._Templated in common
  • dijit.layout.LinkPane

    • type
      Function
    • chains:
      • dijit.layout.ContentPane: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit.layout.ContentPane: (call)
      • dijit._Templated: (call)
    • summary
      A ContentPane with an href where (when declared in markup)
      the title is specified as innerHTML rather than as a title attribute.
    • description
      LinkPane is just a ContentPane that is declared in markup similarly
      to an anchor.  The anchor's body (the words between `<a>` and `</a>`)
      become the title of the widget (used for TabContainer, AccordionContainer, etc.)
    • example
       <a href="foo.html">my title</a>
  • dijit.layout.LinkPane.templateString

    • type
      String
  • dijit.layout.LinkPane.postMixInProperties

    • type
      Function
  • dijit.layout.LinkPane._fillContent

    • parameters:
      • source: (typeof DomNode)
    • type
      Function
  • dijit.layout

    • type
      Object
  • dijit

    • type
      Object