kallou
10 Aug 2007, 8:02 AM
i'm trying to use Ext over a existing API and i run against the EXt.form.Form layout.
by default the positionning of the fields in the form look gracefully,
but when you try to use it over a existant GUI that's not so simple.
for brief in our GUI with use absolute positionning for field in the form and these fields in the dev environnement accet drag (with x-y positionning echo in the status bar) so developpers
can quickly find the good position of a field (or new fields) on the screen, and then set this position playing with CSS ids.
i try to do the same thing by extending TextFields, Combos, etc object of the Ext library but i'm sticky in short way because of the render method the Ext.form.Form object.
is the anywhere a forum thread, user extension, a tricky way of using Ext framework to achieve my goal.
i want in fact the form only take care of the fields when submitting the user input and all the
ajax stuff and let me take care about the fields on screen positionning.
by default the positionning of the fields in the form look gracefully,
but when you try to use it over a existant GUI that's not so simple.
for brief in our GUI with use absolute positionning for field in the form and these fields in the dev environnement accet drag (with x-y positionning echo in the status bar) so developpers
can quickly find the good position of a field (or new fields) on the screen, and then set this position playing with CSS ids.
i try to do the same thing by extending TextFields, Combos, etc object of the Ext library but i'm sticky in short way because of the render method the Ext.form.Form object.
is the anywhere a forum thread, user extension, a tricky way of using Ext framework to achieve my goal.
i want in fact the form only take care of the fields when submitting the user input and all the
ajax stuff and let me take care about the fields on screen positionning.