Announcement

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

    Why i am not able to wrap value of staticText type

    Below code i am using in my project.. instead of default value i am pupulating static filed with dynamic values. I need to wrap the value of staticText. How can i wrap it. If there is any space in the value of statictext then only text is coming to next line(wrapping) otherwise it is dispaying in the same line.

    Below code is wrapping, because there is space in the text.

    isc.DynamicForm.create({
    ID: "exampleForm",
    width: 250,
    fields: [
    {name: "username",
    title: "Username",
    type: "staticText",
    required: true,
    defaultValue: :"HHHHHHH HH HHHHHHHHHHHHH"
    },


    Below code is not wrapping because there is no space. How can i wrap the text

    isc.DynamicForm.create({
    ID: "exampleForm",
    width: 250,
    fields: [
    {name: "username",
    title: "Username",
    type: "staticText",
    required: true,
    defaultValue: :"HHHHHHHHHHHHHHHHHHHHHHH"
    },

    I am stuck with this issue. Isomophic team please reply is there any solution for this issue.
    I am using crome browser, and isomorphic version 10.0.4
    Last edited by ramya123; 4 Jul 2017, 07:53.

    #2
    Isomorphic Any update on this.? Please let me know if you need more info on this.

    Please reply as soon as possible. I am stuck with this issue from a week

    Comment

    Working...
    X