Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit WP

Started by Jeff at 10-06-2006 7:48 . Topic has 1 replies.

Print Search
Sort Posts:    
   10-06-2006, 7:48
Jeff is not online. Last active: 06.05.2008 16:49:34 Jeff

Top 150 Posts
Joined on 04-27-2006
Posts 5
How do I change the default file extemsion
Reply Quote

Is there a way to change the default file extension to htm instead of html when saving a file?

test.htm


   Report 
   10-07-2006, 6:12
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: How do I change the default file extemsion
Reply Quote

Hi,

it is currently not confiurable.

But you can edit the file

editor/server/xxx/dialog.html.

In function process change this line

fileName = fileName + ".html";

into

fileName = fileName + ".htm";

Regards,
Hans-Peter


   Report 
Pintexx Forum » Developer Produ... » pinEdit WP » How do I change the default file extemsion