Hi,
Please take a look at this code from showcase:
Cell for first field title do not have class "formTitle".
Best regards,
Janusz
Please take a look at this code from showcase:
Code:
isc.DynamicForm.create({ ID: "exampleForm", width: 250, fields: [ {name: "username", title: "Username", type: "text", required: true, defaultValue: "bob", clipTitle: true }, {name: "email", title: "Email", required: true, type: "text", defaultValue: "bob@isomorphic.com" } ] }); isc.HLayout.create({ members:[exampleForm] });
Best regards,
Janusz
Comment