Skip to content

januswx/xheditorwithlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

using xheditor with layer

layer.open({
	type: 1,
	title:"add some text",
	area: ['801px', '405px'], //宽高
	content: $('#xh'),
	end: function(){
		$('#content').xheditor(false);
	}
});
$('#content').xheditor({tools:'Pastetext,FontSize,FontColor,BackColor,|,Bold,Italic,Align,List,Outdent,Indent,Hr,Table,Source',skin:'nostyle'});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published