ResourceManager in MasterPage, does not show the correct HTML in a Content Page

  1. #1

    ResourceManager in MasterPage, does not show the correct HTML in a Content Page

    Hello, this is my proble, I have a master page, in this page I have the ext:ResoureManager, when I put some HTML in a content page, the HTML shows, but in the rigth way, does not show Bold, bullets, I know is the resourse manager because without it, the HTML shows fine.
    Anybody have an idea why is this ?

    I want this HTML
    <p>Este es la practica 6</p>  <blockquote>  <p>Vale 10 de la nota final</p>  </blockquote>  <ul style="list-style-type: circle;">  <li><strong>portada</strong></li>  </ul>  <ul style="list-style-type: circle;">  <li><em>introducion</em></li>  </ul>  <ul style="list-style-type: circle;">  <li><span style="text-decoration: underline;">Conclusiones</span></li>  </ul>
  2. #2
    ExtJS resets default browser css rules (it is removed in ExtJS 4.2.0 (Ext.Net 2.2.0))
    I suggest to wrap your html content by div element with 'x-html' class name

Similar Threads

  1. [CLOSED] MasterPage ResourceManager
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Dec 07, 2012, 5:37 AM
  2. [CLOSED] DirectMethod call from page contained in a masterpage
    By egvt in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 18, 2012, 5:36 PM
  3. [CLOSED] ResourceManager show EventMask in all DirectEvents calls
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 11, 2011, 1:40 PM
  4. Replies: 0
    Last Post: Aug 26, 2010, 2:58 PM
  5. Replies: 1
    Last Post: May 28, 2010, 1:13 PM

Posting Permissions