Login Register

highlighting

Grid onStyleRow highlighting problem

I have a grid implemented and an onStyleRow extension point function defined. The function that the onStyleRow extension point calls is running but when the extension point is defined some rows of my grid, after being highlighted, don't revert back to white when the selection changes. This problem doesn't occur when I take the extension point out.

I've tried a number of things, including making the background of every row that comes through my onStyleRow function white, but none have worked. Below is the function assigned to the extension point.

Any help is greatly appreciated.

dojox.lang.highlight

Last night, i checked a very cool piece of code into dojox. It goes by the name dojox.lang.highlight and provides syntax highlighting for a number of programming languages. The orig code was released BSD, and generously contributed under CLA by Ivan Sagalaev.

the test page can be seen here:
http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/highlight/tests...

Syndicate content