Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by shalini on Aug 25, 2009 01:46
open dhtmlx forum
DHTMLX MENU IN GRID WITH ACCORDIAN

hi team,
I am facing a problem with Menu

Please find attahced the reference files

I am using the code :
Accord.addItem("b2", "<table id='tblCollateralMenu' width='100%'><tr><td>Collateral</td><td align='right' id='tdCollateralMenu'> <div id='colortab1'><a href='#' style='text-decoration:none; color:#6E6E6E' rel='mColEdit'>New</a></div></td></tr></table>");

and adding a menu with div 'mColEdit' which is in layout.aspx page

i am able to see a small div in ger color not whole menu near new...

please advice and help me in resolving the same..

regards
Shalini
Answer posted by Alex (support) on Aug 25, 2009 03:06

Hello,

  there is not attachment. Please, try to attach files again

Answer posted on Aug 25, 2009 07:26
Attachments (1)
layout.zip19.91 Kb
Answer posted by Alex (support) on Aug 25, 2009 08:03

The provide example throw a lot a error messages like undefined GUIServices and others. Please, provide the ready sample (it can be without dhtmlx libraries) 

Also you use c594 custom skin. Please, check that it doesn't relate to the issue

Answer posted by Alex (support) on Aug 25, 2009 08:15

Check that colortab1 has desired width

Accord.addItem("b2", "<table id='tblCollateralMenu' width='100%'><tr><td>Collateral</td><td width='50%' align='right' id='tdCollateralMenu'> <div id='colortab1' style='width:100%'></div></div></td></tr></table>");