$("#rteSample").ejRTE({
toolsList: ["images"],
tools: { images: ["image"] },
width: "100%",
minWidth: "150px",
showDimensions: true,
imageBrowser: { filePath: "http://mvc.syncfusion.com/OdataServices/FileBrowser/", ajaxAction: fileService, extensionAllow: "*.png, *.gif, *.jpg, *.jpeg, *.docx", ajaxSettings: ajaxSettings },
fileBrowser: { filePath: "http://mvc.syncfusion.com/OdataServices/FileBrowser/", ajaxAction: fileService, extensionAllow: "*.txt, *.png, *.pdf,*.jpeg", ajaxSettings: ajaxSettings1 }
}); |
<code>
function onchange()
{
$(".content-iframe").contents().find('img').css({'width':'200px','height':'200px'});
}
</code> |