Print to word - is possible style sheet?

I have problem with printing my list1 to word file .doc.

When print to .doc with custom button and link:
http://myapplication1/?format=word
http://candc.katowice.pl/index.php/...=0&clearordering=0&clearfilters=0&format=word
i get on .doc file not neccessary elements like: .fabrik_buttons, .fabrikFilterContainer


I try print directly from browser to pdf file and i have included in file:
/com_fabrik/views/list/tmpl/default-karty1-wydruk-word-cc/template_css.php
code:
@media print {
.fabrik_buttons, .fabrikFilterContainer, .fabrik___heading {display: none;}
}
this works, but i get only .pdf which is not editable, i need .doc file and try to remove from this:
.fabrik_buttons, .fabrikFilterContainer

Is this possible, and how to code this?
 
You'll have to create a custom template. Copy whatever you use as the default, and remove whatever you don't need from the PHP. Then specify &layout=your-layout on the URL.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top