﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1109	Enhance Table Right-click Content-Menu	Aung Khant		"Dear Fred and developers,

At table context-menu, currently
we have Cut, Copy, Paste, Cell[>>],Row[>>], Column[>>], Delete Table, Table Properties.

In this case, what I'd like to suggest is adding -

[i][priority:low,optional] .

one menu named 'Convert' at top of 'Delete' menu	
	which has a submenu named 'To Header' that does
		- converting td to th 

The only difference of th is making fonts bold. 
You will say user can bold his fonts using 'Bold' button. 
Yeah, but it causes some extra codes - <strong>BOLD</strong> and increases pg sizes a little or more.		

[ii][priority:high,recommended].

one menu named 'Cell Properties' at top of 'Table Properties' menu
	
When user clicks it, a 'Cell Properties' window will pop up 
	with 7 form elements - 

{{{
		1. nowrap(html=nowrap) [checkbox, if checked, the code will be nowrap=""nowrap""]
		2. header (html=th) [checkbox, if checked, this turns td into th, making the font bold.]
		3. horizontal align(html=align) [ dropdown box with items - center, left, right]
		4. vertical align (html=valign) [ dropdown box with items - top,bottom,middle,baseline]
		5. background color(html=bgcolor) [colorChooser]
		6. background image(html=background) [file]
		7. border color(html=bordercolor) [colorChooser]
}}}


As you know, this cell properties window is valid only for user's currently focused cell.
		
Thank you so much for your time, consideration and hardwork."	New Feature	closed	Normal		General		wontfix		
