• jQuery EasyUI API 中文文档 可调整尺寸


    Resizable 可调整尺寸

    $.fn.resizable.defaults重写defaults

    用法

    1. <div id="rr" style="100px;height:100px;border:1px solid #ccc;"></div> 

    1. $('#rr').resizable({  

    2.     maxWidth:800,  

    3.     maxHeight:600  

    4. }); 

    特性

    名称

    类型

    说明

    默认值

    disabled

    boolean

    true将禁止调整尺寸。

    false

    handles

    string

    resizable的方向。'n'是北,'e'是东,等等。

    n, e, s, w, ne, se, sw, nw, all

    minWidth

    number

    调整尺寸时最小宽度。

    10

    minHeight

    number

    调整尺寸时最小高度。

    10

    maxWidth

    number

    调整尺寸时最大宽度。

    10000

    maxHeight

    number

    调整尺寸时最大高度。

    10000

    edge

    number

    被调整尺寸的边框的边缘。

    5

    事件

    名称

    参数

    说明

    onStartResize

    e

    开始调整尺寸时触发。

    onResize

    e

    调整尺寸期间触发。返回falseDOM元素将不进行真实的调整尺寸动作。

    onStopResize

    e

    停止调整尺寸时触发。

  • 相关阅读:
    lr http_get访问webservice
    lr http_post请求webservice
    快速幂(fast power)
    运算符重载
    1010 Radix 二分
    1054 The Dominant Color
    1042 Shuffling Machine
    1059 Prime Factors
    1061 Dating
    1078 Hashing
  • 原文地址:https://www.cnblogs.com/hantianwei/p/2407033.html
Copyright © 2020-2023  润新知