点击或拖拽改变大小

CssBoxCreateBlock 方法

重载列表
  名称说明
公共方法静态成员CreateBlock
Create new css block box.
公共方法静态成员CreateBlock(CssBox, HtmlTag, CssBox)
Create new css block box for the given parent with the given optional html tag and insert it either at the end or before the given optional box.
If no html tag is given the box will be anonymous.
If no before box is given the new box will be added at the end of parent boxes collection.
If before box doesn't exists in parent box exception is thrown.
Top
参见