n2n Page Rocket 1 API

n2n\impl\web\ui\view\html\img

­Ui­Component­Factory

UiComponentFactory

Constant summary

Methods summary

Modifier and Type Method
public static HtmlElement createImgFromThSt ( File file = null , ThumbStrategy thumbStrategy = null , array attrs = null , bool addWidthAttr = true , bool addHeightAttr = true )
public static createPicture ( ImgSet imgSet , array attrs = null , unknown defaultAlt = null )
public static createImg ( ImgSet imgSet , array customAttrs = null , bool addWidthAttr = true , bool addHeightAttr = true )
public static createImgSrc ( ImageFile imageFile )
public static createInvalidImg ( ImageDimension imageDimension = null , array attrs = null , bool addWidthAttr = true , bool addHeightAttr = true )
public static createInvalidImgSrc ( int width , int height )
public static createInvalidImgSvg ( int width , int height )

Constants in detail

Methods in detail