CssBoxCreateBox 方法 (CssBox, HtmlTag, CssBox) |
Create new css 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.
命名空间:
DSkin.Html.Core.Dom
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
备注
To learn more about anonymous inline boxes visit: http://www.w3.org/TR/CSS21/visuren.html#anonymous
参见