Changeset 1042544
- Timestamp:
- 12/11/2014 09:02:05 AM (11 years ago)
- Location:
- pdf24-posts-to-pdf/trunk
- Files:
-
- 2 edited
-
inc/config.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pdf24-posts-to-pdf/trunk/inc/config.php
r760623 r1042544 18 18 19 19 //Url to pdf24.org service 20 $pdf24Plugin['serviceUrl'] = 'http ://doc2pdf.pdf24.org/wordpress.php';20 $pdf24Plugin['serviceUrl'] = 'https://doc2pdf.pdf24.org/wordpress.php'; 21 21 22 22 //target name for opened windows … … 24 24 25 25 //js code to open the target window 26 $pdf24Plugin['jsOpenTargetWin'] = "var pdf24Win = window.open('about:blank', 'pdf24PopWin', 'resizable=yes,scrollbars=yes,width= 400,height=200,top=0,left=0'); pdf24Win.focus();";26 $pdf24Plugin['jsOpenTargetWin'] = "var pdf24Win = window.open('about:blank', 'pdf24PopWin', 'resizable=yes,scrollbars=yes,width=500,height=250,left='+(screen.width/2-250)+',top='+(screen.height/3-125)+''); pdf24Win.focus();"; 27 27 28 28 //js code to do a callback when creating a PDF -
pdf24-posts-to-pdf/trunk/readme.txt
r911042 r1042544 4 4 Tags: pdf, create pdf, convert to pdf, article to pdf, pdf plugin, pdf widget 5 5 Requires at least: 1.5.0 6 Tested up to: 3.9.17 Stable tag: 3. 7.06 Tested up to: 4.0.1 7 Stable tag: 3.8.0 8 8 9 9 A plugin to create PDF files of articles in your blog.
Note: See TracChangeset
for help on using the changeset viewer.