﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1112	Enhance 'New Page' button	Aung Khant		"Dear Fred and developers,

Currently the 'New Page' button doesn't check any data that are already written in editor.

User may accidentally click it and lose all pre-written data !!! :(

So, the 'New Page' button should be able to prevent this frustration.

Because the editor completely reloads a new page, the 'New Page' button checks what's in the text area.


{{{

Invoker	:=	User
Event	:=	ButtonClicked
Object	:=	btnNewPage

BEGIN PROCEDURE 
	Check values in text area
	If values == 'This is some sample text. You are using FCKeditor.' OR values == ''
		load new page 
	Else 
		confirm user ""The texts have been changed since last written. Are you sure to load new page ?""
		If yes
			load new page 	
		EndIf 
	EndIf		
END PROCEDURE
}}}




Thank you so much for your time, consideration and hardwork.

"	New Feature	closed	Normal		General		invalid		
