modnaut / primary

0 stars 0 forks source link

Sencha Docs - Sample Layout - Absolute IE10 #41

Closed modnaut closed 11 years ago

modnaut commented 11 years ago

Maybe I am confused. I tried creating the first sample in the basic ext js layouts - Absolute. They set the x and y coordinates of this panel, can we do the same? If so, how. If not, why? How does the 'html' attribute work? I set it to 'test html' but it doesn't seem to be showing up anywhere. Should that be an element like underneath (ie: <html></html>) or an attribute?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/modnaut"><img src="https://avatars.githubusercontent.com/u/2433134?v=4" />modnaut</a> commented <strong> 11 years ago</strong> </div> <div class="markdown-body"> <p>I noticed the panel doesn't resize to fit the browser either.</p> <p><img src="https://f.cloud.github.com/assets/2433134/287517/e52fc5a0-9259-11e2-857e-2d09c6a9c05f.png" alt="panelabs" /></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/modnaut"><img src="https://avatars.githubusercontent.com/u/2433134?v=4" />modnaut</a> commented <strong> 11 years ago</strong> </div> <div class="markdown-body"> <p>When I switch the layout type to 'AccordionLayout' - the value that was set in the html attribute now appears within the panel.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/dannycohn"><img src="https://avatars.githubusercontent.com/u/109920?v=4" />dannycohn</a> commented <strong> 11 years ago</strong> </div> <div class="markdown-body"> <p>It looks like I forgot to include the x and y attributes on a base item. I have added them, you should now be able to do it.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>