• UI标签库专题五:JEECG智能开发平台 Tabs(选项卡父标签)


    版权声明:本文为博主原创文章。未经博主同意不得转载。 https://blog.csdn.net/zhangdaiscott/article/details/28956223

    1.       Tabs(选项卡父标签)

    1.1.      Tabs容器參数

    属性名

    类型

    描写叙述

    是否必须

    默认值

    id

    string

    控件唯一标示

    null

    width

    string

    选项卡宽度

    auto

    heigth

    string

    选项卡高度

    auto

    plain

    boolean

    简单模式   

    false

    fit

    boolean

    是否适应父容器

    false

    border

    boolean

    是否显示边框

    true

    scrollIncrement

    string

    滚动像素数

    true

    scrollDuration

    boolean

    每一个卷轴动画的毫秒数

    100

    tools

    string

    选项卡工具条

    400

    tabs

    boolean

    是否创建父容器

    true

    iframe

    string

    是否是iframe方式创建

    null

    tabPosition

    string

    选项卡位置: 'top','bottom','left','right'

    top

    1.2.      Tab(选项卡子标签)

    1.2.1.       Tab子标签參数

    属性名

    类型

    描写叙述

    是否必须

    默认值

    id

    string

    控件唯一标示

    null

    href

    string

    Href方式请求地址

    null

    iframe

    string

    Iframe方式请求地址

    null

    title

    string

    选项卡标题    

    false

    icon

    string

    选项卡图标

    false

    width

    string

    选项卡宽度

    100%

    heigth

    string

    选项卡高度

    99.5%

    cache

    boolean

    选中时是否又一次发送请求

    true

    closable

    boolean

    是否带关闭button

    false

    1.3.      使用方法

    <t:tabs id="tt" iframe="false" tabPosition="bottom">

     <t:tab iframe="demoController.do?aut" icon="icon-search" title="自己主动上传" id="o"></t:tab>

     <t:tab iframe="demoController.do?" icon="icon-search" title="普通上传" id="t"></t:tab>

    </t:tabs>

  • 相关阅读:
    在Xcode5中修改整个项目名
    EFCore的事务和分布式事务的使用
    NET CORE API权限控制之JWT的创建和引用
    NET CORE引用log4net日志文件的应用
    NET CORE在Linux下部署并且用Nginx 做负载均衡(主要说明CentOS)
    Centos 7下安装nginx,使用yum install nginx,提示没有可用的软件包
    Laravel Packages
    Laravel artisan commands
    ExtJs xtype
    ExtJS Complex data binding
  • 原文地址:https://www.cnblogs.com/ldxsuanfa/p/10471862.html
  • Copyright © 2020-2023  润新知