Home
last modified time | relevance | path

Searched refs:elWidth (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/assets/
Dscript.js212 function transformContent(el, docWidth, elWidth) { argument
216 var newWidth = elWidth;
231 if (elWidth <= docWidth) {
239 transformText = "[origW=" + elWidth + "/" + docWidth;
249 console.log("ran div-width munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
265 console.log("ran img munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
285 console.log("ran table munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
304 console.log("ran td munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
327 if (!done && (elWidth - newWidth) / (elWidth - docWidth) >