Thanks for reply Ruth, Actually I am working in form widget and in form-widget's field tag there is an attribute named "id-name" which is used to provide id for that field but I am using <check/> tag after the field and also I provided id-name , but not getting id for that field in firebug.
may the code help you for giving solution. <field id-name="existingNameId" name="existingName" title="Existing Name" widget-style="checkbox"><check> </field> In above when I inspecting "existingNameId" through firebug then it does not show any id??? Thanks in advance Regards Ravindra Mandre On Sun, May 10, 2009 at 5:50 AM, Ruth Hoffman <[email protected]> wrote: > Actually, if the second example works - I would think it should read > something like: > > id="some_id {width: 120px}" > > Ruth > > Ruth Hoffman wrote: > >> Hi Ravi: >> How about: >> <container id="some_id"> >> ... >> </container> >> >> Is that what you mean by set default value? >> >> Or do you want something like: >> id="some_id: {width: 120px}"? Not sure if you can do this. Haven't tried. >> >> Ruth >> Ravi wrote: >> >>> Hi list, >>> Is there any way that we can give id for a field in form widget and >>> can set id's default value. >>> any answer much appreciated >>> >>> >>> Regards >>> Ravindra Mandre >>> >>> >>> >> >> >> >
