Switch to full style
JavaScript code examples
Post a reply

solving dojox/mobile/Heading moveTo function bug issue

Tue Jan 29, 2013 1:56 am

solving dojox/mobile/Heading moveTo function bug issue by redefining of the package again.

javascript code
buildHeadingDynamic : function(backView) {
var currDH= this.dynamicHeading;
currDH.destroyDescendants();

var newH= new dojox.mobile.Heading ({label:"Heading", fixed:"top", back:"Back", moveTo:"#" + backView});
currDH.addChild(newH);
}


Usage of heading:
javascript code
<div>
<h1 data-dojo-type="dojox/mobile/Heading" data-dojo-attach-point="dynamicHeading">
</h1>

</div>




Post a reply
  Related Posts  to : solving dojox/mobile/Heading moveTo function bug issue
 Examples of heading tags     -  
 How can i add a News Bar on forum Heading ?     -  
 H1 H2 H3 H4 H4 H5 H6 heading html tags     -  
 solving fibonacci sequence recursively     -  
 Solving the Tower of Hanoi problem using C++     -  
 bold-heading-paragraph-HTML-Tags     -  
 Word & ASP.Net ISSUE     -  
 Issue in ajax     -  
 simple Ajax library solving back button and bookmarks     -  
 Datepicker issue with Internet Explorer     -