Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • Isomorphic
    replied
    Use a DynamicForm, even for forms that involve only one FormItem.

    Be sure to keep an eye on your Developer Console, as there is a warning in there telling you exactly this.

    Leave a comment:


  • subashk
    started a topic Create a textItem outside of a dymamic form

    Create a textItem outside of a dymamic form

    Smartclient version : v9.0p_2013-11-03
    Browser : IE8

    Hi I am working on a requirement where in a window I need to create a textItem and a submit button and upon clicking submit make an RPC call retrieve data and populate the data in a list grid. I am not using a dynamic form. The following is the code I am using the generate the text Item but it does not seem to work.

    isc.TextItem.create({
    title : "from",
    width : 100
    });

    Is there any other api that I need to use to generate the textItem ?
Working...
X