Hi,

I'd like to use focus while editing html content.

I have this:

    /*
    ---------------------------------------------------------------------------
      HTMLAREA
    ---------------------------------------------------------------------------
    */

    "htmlarea":
    {
      style: function(states)
      {
        return {
          // HERE, states.focused is never filled.
          decorator: states.focused ? "htmlarea-focused": undefined,
          backgroundColor : "background-input",
          padding: qxet.Util.getTextFieldPadding(states, 0)
        };
      }
    }

But it doesn't work.

Should I report enhancement bug report?

Best regards
Petr Kobalicek

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to