Quantcast
Channel: JavaPins - Stories tagged with extjs-4
Viewing all articles
Browse latest Browse all 19

Hiren's Technical Blog: Small Tips for ExtJs Programming

$
0
0
Hello, Here I am sharing some tips that would be useful for you while working with ExtJs. These tips are about issues I faced while working on ExtJs projects. 1) Get-Set ExtJs Panel HTML I don't know how many of you faced this issue. While working on one project, requirement was to set panel HTML dynamically. If you check Panel class there is not any method like getHtml() setHtml(). Following is the solution for it. var dynamicHtml = ''; myPanelObj.body.dom.innerHTML = dynamicHtml; ...
Pin it

Viewing all articles
Browse latest Browse all 19

Trending Articles