Hello,
Is there a way for my GridPanel take the entire container parent without informing the property width.
When I use "autoWith: true" I have a strange effect… a single column takes all of the grid.
I tried the property Style: 'width: 100%' but no effect
I also used a javascript function that determines the width of the container parent and I then affects the grid but it remains frozen when I resize the parent container.
------------------------------------------------------------------------------------- Hasteners Blog | ExtJS Tips for GridPanel Row - Marking :: Here listing some hints that may help you in your programming. While working GridPanel, along with focusing the first row we were in a need of http://www.hastentechnologies.com/blog/post/ExtJs-Tips-forial-Key-Event-Firing.aspxHOME |
This message is a translation google French / English Hasteners Blog | All posts by ramana:: Main hurdles with current browsers are 1) JavaScript runs very slow. While working GridPanel, along with focusing the first row we were in a need of http://www.hastentechnologies.com/blog/author/Ramana.aspxHOME | while(availableTime>0) {:: We have some degree of variability for those constraints in our solution, but for the The problem here is that I dont want to use THEIR version of NUnit http://manicprogrammer.com/cs/blogs/heynemann/default.aspx?p=2HOME |
Message origin
What also a translation of a language unknown to french !!! Tor Norbyes Weblog:: In the uncategorized page of my app the image is attached directly as a using div sections but with limited success (the gridPanel is scrollable but http://blogs.sun.com/tor/entry/mixing_jsf_and_htmlHOME |
-----------------
Y a-t-il un moyen pour que ma GridPanel prenne la totalité du container parent sans renseigner la propriété width.
Quand j'utilise "autoWith : true" , j’ai un effet étrange … une seule colonne prend la totalité de la grille.
J’ai essayé la propriété Style:'width:100%' mais sans aucun effet
J’ai aussi utilisé une fonction javascript qui détermine le width du container parent et je l’affecte ensuite à la grille mais celle-ci reste figé quand je redimensionne le container parent.
The parent container is a simple div and not a component Ext
Why?
In fact the html code is generated automatically through an engine Java J2EE.
Recode all the engine so that it can generate code full Ext is not desirable.
By against if there is a solution that allows me to turn my code HTM already generated a full html code Ext, I'm interested.
I do not understand very well your solution can you explain a little more or point me to an existing doc.
Thank you
------------------------------------------------------------
En faite le code html est généré automatiquement grâce à un moteur java J2EE.
Recoder tous le moteur pour qu’il puisse généré du code full Ext n’est pas souhaitable.
Par contre s’il y a une solution qui me permet de transformer mon code html déjà généré en code html full ext, ça m’intéresse.
Je ne comprend pas très bien ta solution peut tu m’expliquer un peu plus ou bien m’orienter vers une doc déjà existante.
because my application is not a ful Ext
The parent container is a simple div and not a component Ext
Look at the "complex" layout example. It uses a prexisting element as its "north" region.
You can use preexisting elements as Panel contents using contentEl
It is the layout of the Parent which has responsibility for rendering a child.
Some layouts also size children.
It seems you require layout: 'fit' on te parent which if you read the docs, fits a single child item exactly into its available area.
You can easily upgrade it to being a full Ext application.
Fixed HTML sections can easily become regions in a border layout so that you can have a full Container->Component hierarchy.
Challenging Books For A 14 Year Old?
First guitar : acoustic or electric?
|