Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/assets/
Dscript.js212 function transformContent(el, docWidth, elWidth) { argument
231 if (elWidth <= docWidth) {
239 transformText = "[origW=" + elWidth + "/" + docWidth;
246 touched = transformBlockElements(nodes, docWidth, actionLog);
250 + " docW=" + docWidth);
254 if (newWidth <= docWidth) {
262 touched = transformImages(nodes, docWidth, actionLog);
266 + " docW=" + docWidth);
270 if (newWidth <= docWidth) {
286 + " docW=" + docWidth);
[all …]