I wrote a listener to my pathfield in multifieldpanel xtype where it
accepts external links without changing but for images and PDF links it
will remove .html at the end, because i added suffix=.html property in
pathfield. I wrote a condition like
this:function(this,newValue,oldValue){if(this.getValue.indexOf('content')>-1){this.setValue(this.value.split('.',2).join('.'))}else{this.setValue(this.getValue)}};
This worked fine yesterday.for example: if the link is
/content/geometrrix/logo.png.html...