TextEditor Marked Content
Posted: Sun Nov 03, 2013 7:54 pm
Hi,
I want to be able to create a 'Make Uppercase' function on any marked text the user may select.. however I have no idea how to obtain the content of the marked text?
'hello' becomes 'HELLO'
I want to be able to create a 'Make Uppercase' function on any marked text the user may select.. however I have no idea how to obtain the content of the marked text?
'hello' becomes 'HELLO'
Code: Select all
Local ucase = UpperStr( ??? )
mui.DoMethod("textarea","replace",ucase)