Tutorial talk:Introduction to Ext (Legacy)

This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.

Go to the new Sencha Learning Center

From Sencha - Learn

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 on 4 September 2007, at 01:29. This page has been accessed 5,335 times.