Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by amit on Dec 10, 2009 07:12
open dhtmlx forum
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....

Answer posted by Alex (support) on Dec 10, 2009 07:35

please check the article http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxscheduler:custom_details_form and the dhtmlxScheduler/samples/02_customization/05_custom_editor.html sample in scheudler package