PDA

View Full Version : Dynamic Form ID Bug


Darklight
04-18-2007, 10:05 AM
as posted by vbert here (http://www.extjs.com/forum/showthread.php?t=4889#4)

This code:

FL = new Ext.form.Form({
id: 'formLogin',
labelWidth: 115,
url: '{form_url}',
});

generate:

<form id="formLogin" class="x-form" method="post">
<div id="formLogin" class="x-form-ct">
--------^^^^^^ this is BUG ???
<fieldset id="ext-comp-1003">

this makes it impossible to select the form by its ID (see problem in thread above)

jack.slocum
04-18-2007, 07:26 PM
Fixed in SVN. Thanks.

vbert
04-18-2007, 08:15 PM
I have not access to SVN :(

tryanDLS
04-18-2007, 08:32 PM
Until the next build is released, do you need to assign an ID - can you use the autogenerated one?

vbert
04-18-2007, 08:47 PM
There is it: http://extjs.com/download/build (build from SVN?)

KimH
04-19-2007, 03:55 AM
I really don't think that the "Build your own Ext" is based off of the current SVN. If it was I believe that we might see far more questions/bugs in these forums :s

Darklight
04-19-2007, 04:50 AM
i think you only get access to SVN when you purchase a license

jack.slocum
04-19-2007, 04:56 AM
Just to clarify, "Build your Own" is based off the latest release, not SVN.