只读模式
group, 分享
评论更多问题
博客标签总是存在一个
This commit is contained in:
lealife
2015-06-15 18:01:48 +08:00
parent 7e458bb433
commit 6987a38820
1453 changed files with 114561 additions and 91536 deletions

6
public/tinymce/classes/ui/Resizable.js Normal file → Executable file
View File

@ -19,7 +19,7 @@ define("tinymce/ui/Resizable", [
"use strict";
return {
/**
/**
* Resizes the control to contents.
*
* @method resizeToContent
@ -30,7 +30,7 @@ define("tinymce/ui/Resizable", [
this.reflow();
},
/**
/**
* Resizes the control to a specific width/height.
*
* @method resizeTo
@ -51,7 +51,7 @@ define("tinymce/ui/Resizable", [
return this.layoutRect({minW: w, minH: h, w: w, h: h}).reflow();
},
/**
/**
* Resizes the control to a specific relative width/height.
*
* @method resizeBy