[Cartoweb-users] Add link on query
Alexandre Saunier
alexandre.saunier at camptocamp.com
Mon Feb 6 12:17:37 EST 2006
Hello,
adding or modifying columns, making links, etc. is the job of
"tableRules". You'll have to write a special plugin that tells the
query/table plugins how to render your results.
Tables rules tools are explained here:
http://cartoweb.org/doc/cw3.1/xhtml/dev.newplugin.html#dev.newplugin.special.tables
There is a small example in the test_project project:
projects/test_project/plugins/projectTableRules/client/ClientProjectTableRules.php
AS
Adriano Hantequeste Gomes a écrit :
> Hi all
>
> i create a field link
>
>
> on arcview i create a function with add this calc
>
>
> LINK = "<a href=""http://localhost/show.php?id=" & [CHAMADO] &
> "&ver=S"">EBOP: " & [CHAMADO] & "</a>"
>
>
> Observation: [CHAMADO] is other filed. My Id field
>
> _______________________________________________
> Cartoweb-users mailing list
> Cartoweb-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/cartoweb-users
More information about the Cartoweb-users
mailing list