Disabling 'Format Text' option

Roger Turner rogert at surveyanalysis.com
Sat Oct 18 02:05:50 PDT 2003


Hi Matt --

On Saturday, October 18, 2003, at 09:15  am, Matt Mower wrote:

> I would like to permanently stop Frontier using the 'Format Text' 
> option
> when I am editing HTML.  Does anyone know of a way to do this?

I've used an openWindow callback to do this, eg (at 
myToolSuite.callbacks.user.openWindow) :

on openWindow (name) {
	if typeOf (name^) == outlineType {
		target.set (name);
		op.setHtmlFormatting (false)};
	return true}

HTH -- Roger




More information about the Frontier-Users mailing list