Ext JS - Learning Center

Tutorial talk:Introduction to Ext

From Learn About the Ext JavaScript Library

Jump to: navigation, search

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)

  • This page was last modified 01:29, 4 September 2007.
  • This page has been accessed 1,650 times.