FineUI 官方论坛

标题: 请问BoxFlex属性是什么含义呢 [打印本页]

作者: e先生    时间: 2012-6-4 09:33
标题: 请问BoxFlex属性是什么含义呢
哪位能为解释下布局中的BoxFlex属性是什么含义呢

作者: support    时间: 2012-6-4 11:15
这个是extjs中的属性,可以看官方描述:
This configuration option is to be applied to child items of the container managed by this      
layout. Each child item with a flex property will be flexed horizontally according to each
item's relative flex value compared to the sum of all items with a flex
value specified. Any child items that have either a flex = 0 or flex = undefined will not
be 'flexed' (the initial size will not be changed).


具体用法需要自己体会。

flex的值是相对的,比如父容器的宽度为1000px,有三个子项:A、B、C
1. 如果A和B的宽度分别为400px,C的flex为1,则C最终的宽度会是200px。
2. 如果A的flex为1,B宽度为400px,C的flex为2,则最终A为200px,C为400px。
作者: ☆幻~精灵    时间: 2012-6-17 03:05
相当于把剩下的宽度,按比例分配。
作者: Jyin    时间: 2012-9-12 03:00
Mark 标记
作者: guns_ken    时间: 2013-1-6 09:04
Mark 标记




欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4