Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to change the style for the error text ?

    Hi All,

    I able to show the error in line for a particular form and the error text is shown properly, but I want to show the errors in red color or I want to change the style of the error text.

    I am using SmartGWT 1.3 and IE7.

    Please suggest me how to solve this problem.

    Thanks
    Rafi
    Attached Files
    Last edited by mdrafi; 1 Sep 2010, 05:04.

    #2
    I tried using the method setErrorItemCellStyle("myTextItemError"); of dynamic form, but could not render the error text in the desired color.

    Where myTextItemError is the style as defined below

    .myTextItemError {
    font-weight:bold; color:#FF0000; background-color:pink;
    }

    I could get the background color but not the error text color.

    Please help me in solving this problem

    Thanks

    Comment


      #3
      Hi there,
      I facing the same issue, have you found a solution to this?

      Thanks!

      Comment


        #4
        Hello.

        I have the same issue.
        I'm trying to set custom style (change background color) for ListGrid groupNode. In IE9, Chrome and FireFox it works properly, but in IE7 and IE8 it seems smartclient doesn't set style of group node at all...

        Comment


          #5
          Can you show us how you to reproduce this problem? We'd recommend either a simple standalone entryPoint class that shows the problem or if it's easier, some simple modifications we could make to one of the showcase examples to see the problem.

          Thanks
          Isomorphic Software

          Comment

          Working...
          X