Smartclient JavaScript DHTML



isc.Img.create({
    width:100, height:100, border:"1px solid gray",
    imageType: "normal",
    src: "other/star.gif"
})
isc.Img.create({
    left:120, width:100, height:100, border:"1px solid gray",
    imageType: "center",
    src: "other/star.gif"
})
isc.Img.create({
    left:240, width:100, height:100, border:"1px solid gray",
    imageType: "stretch",
    src: "other/star.gif"
})
isc.Img.create({
    top:120, width:100, height:100, border:"1px solid gray",
    imageType: "stretch",
    src: "other/cpu.jpg"
})
isc.Img.create({
    left:120, top:120, width:220, height:220, 
    imageHeight:536, imageWidth:446, imageType: "normal",
    src: "other/cpu.jpg",
    border:"1px solid gray",
    overflow: "auto"
})