How i can put two TextArea In one row


when i am trying to add textarea, by default add in new row…



but i want to add two textarea in same row…



how ??



please provide sample code…



I am using



scheduler.config.lightbox.sections=[



{name:“city”, height:130, map_to:“text”, type:“textarea” , focus:true},



{name:“state”, height:130, map_to:“text”, type:“textarea” , focus:true},



]



it is showing textarea in two different Row…



i want to put textarea in same row…



 



thanks…


please check the article dhtmlx.com/dhxdocs/doku.php?id=d … tails_form and the dhtmlxScheduler/samples/02_customization/05_custom_editor.html sample in scheudler package