Posted by jane in scaesar.com
Is there a way to display form fields but instead of text input fields they have other text? Like this...
first name: Mike
last name: Millage
What I'm trying to do is whip up a details panel that merely shows some simple stats on something. It's a read only details panel and I don't want to display the textfield yet lock people out of it because thats misleading. I want to use the same layout and alignment power of a typical form but not have it take any input. Any suggestions?
Wouldn't ColumnLayout do in this case?
http://extjs.com/forum/showthread.php?t=20992&highlight=miscfield
That was exactly what I've been looking for. Just curious, since this is something a user came up with and it works so well, will it ever be implemented in the extjs source? I'm sure if you guys come up with the same thing integrated into the core source, I'm sure it would be something I should use over an addon.
There are several users who have wanted this type of behavior. Do a search on teh forums for MiscField. Here are a few links:
http://extjs.com/forum/showthread.php?t=20992&highlight=miscfield
http://extjs.com/forum/showthread.php?t=20933&highlight=miscfield
We are looking at a number of the popular user extensions for consideration of integrating them into the library. However, that being said we certainly don't want to discredit the hard-work of our community members by duplicating the functionality which they have already created.
first name: Mike
last name: Millage
What I'm trying to do is whip up a details panel that merely shows some simple stats on something. It's a read only details panel and I don't want to display the textfield yet lock people out of it because thats misleading. I want to use the same layout and alignment power of a typical form but not have it take any input. Any suggestions?
That was exactly what I've been looking for. Just curious, since this is something a user came up with and it works so well, will it ever be implemented in the extjs source? I'm sure if you guys come up with the same thing integrated into the core source, I'm sure it would be something I should use over an addon.
http://extjs.com/forum/showthread.php?t=20992&highlight=miscfield
http://extjs.com/forum/showthread.php?t=20933&highlight=miscfield
#If you have any other info about this subject , Please add it free.# |