Re: [pmapper-users] Hyperlink Using Different Field

2010-03-28 Thread Siki Zoltan
Hi, AFAIK in the actual pmapper framework it cannot be solved changing only the custom.js, you get only three parameters in openHyperlink, the layer, the actual field name and the field value. You may extend the parameter list of custom.js ... Regards, Zoltan On Sun, 28 Mar 2010, Gunawan Wisnu

Re: [pmapper-users] Hyperlink Using Different Field

2010-03-27 Thread Gunawan Wisnu
Thanks Zoltan, but that was not my problems. What I want is when I click hyperlink on field "name", then open result as I click field "id" (but I dont want to hyperlink field "id). I think there is something in javascript should be modified. Here is my metadata LAYER ... METADATA "DESCRIPT

Re: [pmapper-users] Hyperlink Using Different Field

2010-03-26 Thread Siki Zoltan
Hi, You must define the hiperlink field(s) int your map file in the metadata section. For example: LAYER METADATA "RESULT_HYPERLINK" "your_column" ... END ... END And you must add some javascript code to the custom.js file (config/default dir