• Ability to style the _content div inside xe:djTabPane

    By F. Kranenburg 1 decade ago

    The _content div is currently not style-able because it has no class and I can't get to it via the Tabpane control itself. It would be great if it supports a custom styleClass.

     

    • You can add a styleclass to the djTabPane

      By Simon McLoughlin 1 decade ago

      You can add styles to the _content div by adding a styleClass to the tab pane and referencng that.

      e.g. add a styleCass "exampleStyle" to the tab pane and then in a css file create:

      .exampleStyle div
      {
          **css here**
      }

      this will apply te styles to the div inside the element with "exampleStyle" as its calss.