v1.0
只读模式 group, 分享 评论更多问题 博客标签总是存在一个
This commit is contained in:
6
public/tinymce/classes/ui/Resizable.js
Normal file → Executable file
6
public/tinymce/classes/ui/Resizable.js
Normal file → Executable 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
|
||||
|
Reference in New Issue
Block a user