From Learn About the Ext JavaScript Library
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Visibility Error
A bug in the example was found and noted with the following passage:
- (Bug in ExtStart.html: "visibility:hidden;" in DIV#grid-example prevents border from being show. Is there a reason for this style code?)
By using the show() function the <div> can remain hidden until the user is ready to enter in the code and make the grid.
Ext.get('grid-example').show();
Suki 20:29, 3 September 2007 (CDT)