Forums

This topic is locked

PrintIt link and css

Posted 10 Jul 2012 12:58:42
1
has voted
10 Jul 2012 12:58:42 Matjaz Toplisek posted:
I have tested printedIt. It works fine. Issue is CSS and connection to page. How should be defined CSS as we have function like:
function getPathToStyles() {
var path = "/styles";
// Case-sensitive styles foldername detection
var mainCss = $('link[href*="dmxPrintIt.css"]');
if (mainCss.length > 0) {
path = mainCss[0].href.replace(/dmxPrintIt\.css$/i, "";
}
return path;
}

1. What will define this CSS like sample:dmxPrintIt.css and /dmxPrintIt\.css as even templete does nto have this CSS.
2. Where is defined pagename/title of POPUP window when user clicks on PrintIt?

Replies

Replied 17 Jul 2012 10:28:40
17 Jul 2012 10:28:40 Matjaz Toplisek replied:
Is it possible to reply?Thanks
Replied 19 Jul 2012 16:14:53
19 Jul 2012 16:14:53 Patrick Woldberg replied:
Perhaps you should post your question in the support forum of the product, check the product page for the link

Reply to this topic