jQWidgets Forums

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts

  • SSS
    Participant

    Hi Nadezhda,

    Thank you So much ….

    What I needed…..Its Exactly There…..

    in reply to: Nested Splitter inside Tabs Nested Splitter inside Tabs #62578

    SSS
    Participant

    Hi, There

    Is there any way to have a nested Splitters inside the tab..

    I have drawn the tab in Paint attaching it below….

    Tabs

    Is it Possible Now in 3.5 !!

    in reply to: Editable Columns Editable Columns #62186

    SSS
    Participant

    Hi,HardCode

    Can you please Provide me the Code to make readonly true afterwards…..


    SSS
    Participant

    I have Successfully achieved ..what I wanted Thanks …… but the solution given is not to the point…..

    Again Thanks …thanks for responding….


    SSS
    Participant

    I am receiving Data in JSON format …the format is —->

    [{ “name”=”FROM_KG”, “type”=”number”},
    { “name”=”TO_KG”, “type”=”number”},
    { “name”=”ZONE1”, “type”=”number”},
    { “name”=”ZONE2”, “type”=”number”},
    { “name”=”ZONE3”, “type”=”number”},
    { “name”=”ZONE4”, “type”=”number”},
    { “name”=”ZONE5”, “type”=”number”},
    { “name”=”ZONE6”, “type”=”number”},
    { “name”=”ZONE7”, “type”=”number”}]

    which is not working….
    How to Convert { “name”=”TO_KG”, “type”=”number”} format to
    { name=’TO_KG’, type=’number’} dynamically ….

    or plz help me to bind

    dynamically …I mean I donot know the number of columns as well as row ….

    How to achive that….pls suggest…


    SSS
    Participant

    The Columns I Am generating is —>
    [Object { text="FROM_KG", datafield="From_Kg", columntype="textbox"}, Object { text="TO_KG", datafield="To_Kg", columntype="textbox"}, Object { text="ZONE1", datafield="Zone1", columntype="textbox"}, Object { text="ZONE2", datafield="Zone2", columntype="textbox"}, Object { text="ZONE3", datafield="Zone3", columntype="textbox"}, Object { text="ZONE4", datafield="Zone4", columntype="textbox"}, Object { text="ZONE5", datafield="Zone5", columntype="textbox"}, Object { text="ZONE6", datafield="Zone6", columntype="textbox"}, Object { text="ZONE7", datafield="Zone7", columntype="textbox"}, Object { text="ZONE8", datafield="Zone8", columntype="textbox"}, Object { text="ZONE9", datafield="Zone9", columntype="textbox"}]

    The Datafeild I am generating is —–>

     [
     Object { name="FROM_KG", type="number"},
     Object { name="TO_KG", type="number"}, 
     Object { name="ZONE1", type="number"}, 
     Object { name="ZONE2", type="number"}, 
     Object { name="ZONE3", type="number"},
     Object { name="ZONE4", type="number"},
     Object { name="ZONE5", type="number"},
     Object { name="ZONE6", type="number"},
     Object { name="ZONE7", type="number"},
     Object { name="ZONE8", type="number"}, 
     Object { name="ZONE9", type="number"}
     ]
Viewing 6 posts - 1 through 6 (of 6 total)