PEAK XOOPS - Re: wysiwyg editor in englishin japanese

Re: wysiwyg editor

List posts in the topic

question Re: wysiwyg editor

msg# 1.1.1.1.1.1
depth:
5
Previous post - Next post | Parent - Children.1 .2 | Posted on 2006/2/24 3:23
GIJOE  ÀèǤ·³Áâ   Posts: 4110
If you know the wysiwyg editor well, it is easy to implement it.

Just modify this (perhaps).
line 423 of admin/index.php
	// content body
	$spaw_flag = false ;
	if( ! empty( $_GET['usespaw'] ) ) {
		// SPAW Config
		include XOOPS_ROOT_PATH.'/common/spaw/spaw_control.class.php' ;
		if( check_browser_can_use_spaw() ) {
			ob_start() ;
			$sw = new SPAW_Wysiwyg( 'message' , $message ) ;
			$sw->show() ;
			$form->addElement( new XoopsFormLabel( _TC_CONTENT , ob_get_contents() ) ) ;
			ob_end_clean() ;
			$spaw_flag = true ;
		}
	}
Votes:22 Average:4.55

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!