PDA

View Full Version : Strange config options name



Victor83
14 Aug 2007, 8:04 AM
First i want to say to ext developers "Thank you very much for your wonderfull library". But it lacks of documentation. Often, I have to guess what each method or property do by its name.. But there some properties have so strange names that I really don't understand what they are mean!

For example, config options of Ext.grid.Grid:

>>A : Object
>>An
>>If
>>The

It was very difficult to understand what these options mean. But these is some more strange option:

True
True : Boolean
to fit the height of the grid container to the height of the data. Defaults to false.

Very funny.. True defaults to false. :D What do you drink or smoke? :-/

brian.moeskau
14 Aug 2007, 8:40 AM
I can't tell you if are serious or joking, but this was due to malformed comment syntax, and was an issue in 1.0.1. If you look at the current 1.1 docs, this issue has been fixed and all the grid config options are now showing correctly.