Jump to content

Mobile Menu Scroll


andyhill

Recommended Posts

This works for TUnimTreeMenu

  CustomCSS.Add('.x-treelist-nav');
  CustomCSS.Add('{');
  CustomCSS.Add('  overflow-y: auto');
  CustomCSS.Add('}');
 

How do we do the same with TUnimMenu ?

The JS code below fails

UniSession.AddJS('Ext.onReady(function(){'+ Menu.JSName +'.setConfig({scrollable:"vertical", width:"20%"});})');
Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...