Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

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