Re: How can i Remove the 'table' from right click

  •  08-22-2005, 5:05 AM

    Re: How can i Remove the 'table' from right click

    i want to remove the "table", i use the method
    <contextmenu>
      <item name="Table" value="False"/>
    </contextmenu>
    but it still exists,

    modify "table" to "tags", like this
    <contextmenu>
      <item name="Tags" value="False"/>
    </contextmenu>
    the "Tags" have been removed, why the "table" can't be removed? Thanks!
View Complete Thread