We want to use <fieldset> & <legend> tags. We tried to create it using isomatric, however getting error . it seems smart client didn't provide it. Don't know why this tag is not available.. We tried using "isc.HTMLFlow.create", but its not a correct way. . Please suggest any other way...
Announcement
Collapse
No announcement yet.
X
-
Does Smart Client provide <fieldset> & <legend> tag? how we can use it..
Last edited by Ravindra_Bhadgavkar; 1 Jul 2009, 20:26.Tags: None
-
thanks for reply. ..
I tried again following code..this time no syntax error.. however coudn't get display of FieldSet tag.. :(
isc.DynamicForm.create({
width: 800,
ID:"pageTitle",
align:"left",
isGrouped: true,
groupTitle: "Test",
width:500, height:224,
showEdges:true, border:"0px",
fields:[
{ name: "Languages1"},
{ name: "Languages"}
]}),
can you please correct my code .. and post again..
Comment
Comment