Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Raffaele Morelli
2014-07-11 8:36 GMT+02:00 Siki Zoltan : > Dear Raffaele, > > have you tried Javascript debugging? For example in FireFocyou can use the > FireBug extension to add breakpoint to your Javascript code, you can see > Javascript error messages... > In the linkUrl I see a space after localhost: > > link

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
And there was a bug with parenthesis and "AND", "OR" buttons. Le 11/07/2014 00:33, Pedro Venâncio a écrit : > Thank you very much Thomas! > > > > Best regards, > Pedro > > > > >> DE: Thomas RAFFIN >> >> Concerning "accent insensitive search", I don't know how to do this. >> >> I've just commited t

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Siki Zoltan
Dear Raffaele, have you tried Javascript debugging? For example in FireFocyou can use the FireBug extension to add breakpoint to your Javascript code, you can see Javascript error messages... In the linkUrl I see a space after localhost: linkUrl = 'http:/' + '/localhost /sitejob/files/ Is it a

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Raffaele Morelli
2014-07-11 7:51 GMT+02:00 nando_gcia : > Raffaele, this is my sources: > > < > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025515/sources_chrome.jpg > > > > ​...​ then you search -- Open so

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread nando_gcia
Raffaele, this is my sources: -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-PM-Custom-open-Hyperlink-is-not-a-functi

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Raffaele Morelli
2014-07-11 7:23 GMT+02:00 Fernando : > There is the code again: > > ... > > METADATA > > "RESULT_FIELDS" "id, pdf_files" > > "RESULT_HEADERS" "ID, PDF FILES" > > "RESULT_HYPERLINK" "pdf_files||Link to pdf detail" > > ... > > > > $.extend(PM.Custom, > { > // Sample Hyperlink function for result

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Fernando
There is the code again: ... METADATA "RESULT_FIELDS" "id, pdf_files" "RESULT_HEADERS" "ID, PDF FILES" "RESULT_HYPERLINK" "pdf_files||Link to pdf detail" ... $.extend(PM.Custom, { // Sample Hyperlink function for result window openHyperlink: function(layer, fldName, fldValue)

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Pedro Venâncio
Thank you very much Thomas! Best regards, Pedro > DE: Thomas RAFFIN > >Concerning "accent insensitive search", I don't know how to do this. > >I've just commited the correction, and added the date type. It requires the new directory: plugins/common/jquery.ui > >bye > >Thomas --

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Fernando
No Zoltan, there is no blanks, it was a mistake that has entered the google translator, thanks. > Date: Thu, 10 Jul 2014 14:53:26 +0200 > From: s...@agt.bme.hu > To: nando_g...@hotmail.com > CC: pmapper-users@lists.sourceforge.net > Subject: Re: [pmapper-users] PM.Custom.open Hyperlink is not a

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Siki Zoltan
Dear Fernando, there is an extra space $. extend( in custom.js = change to $.extend(... Best regards, Zoltan On Thu, 10 Jul 2014, Fernando wrote: > Hello, I have installed mapserver 5.6, pmapper 4.3.2 and use alternative > template "plainlayout3", I'm not using

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Thomas RAFFIN
Hi, There are "/ /" instead of "//" in the code you send. I think this could create js errors in your browser, no? Le 10/07/2014 13:58, Fernando a écrit : > Hello, I have installed mapserver 5.6, pmapper 4.3.2 and use alternative > template "plainlayout3", I'm not using the default template. I

[pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Fernando
Hello, I have installed mapserver 5.6, pmapper 4.3.2 and use alternative template "plainlayout3", I'm not using the default template. I have in the attribute table of a shp file a column called "pdf_files", in which I keep the name of the pdf file. In the map file I have placed the following:

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
Concerning "accent insensitive search", I don't know how to do this. I've just commited the correction, and added the date type. It requires the new directory: plugins/common/jquery.ui bye Thomas Le 10/07/2014 12:39, Pedro Venâncio a écrit : > Hi Thomas, > > The "case insensitive" is already i

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Pedro Venâncio
Hi Thomas, The "case insensitive" is already implemented, but not the "accent insensitive". That is, a search with "abílio" is different of "abilio", and it would be great if they could be considered equals. Thanks Thomas! Best regards, Pedro - Mensagem original - > DE: Thomas R

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
I will commit the insensitive search too (I thought it was already done)... Le 10/07/2014 12:12, Pedro Venâncio a écrit : > Hi Thomas, > > Yes, it solves the problem! > > > I think you can correct it in the code. > > Just one more question, do you see any way to become a search "accent > insensit

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Pedro Venâncio
Hi Thomas, Yes, it solves the problem! I think you can correct it in the code. Just one more question, do you see any way to become a search "accent insensitive"? Something like "ilike" for case insensitive? Thank you very much! Best regards, Pedro - Mensagem original - > DE:

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
hi, Try with this line please: query = query.replace(/%/g,'%25'); If it is OK for you I will correct it in pmapper. Thomas Le 10/07/2014 01:11, Pedro Venâncio a écrit : > Hi, > > I found something strange in QueryEditor plugin. By doing a search like this > > [nome_1] ILIKE '%pedro%' > OR > [no