[Cartoweb-users] Query Table with Columns according to selected Layers

2007-09-20 Thread Carolin Latze
Hi all, I think I have to consult this list again, since I do not really have any good ideas about how to solve my problem: I wrote (or still write :-)) a plugin which should according to the selected layer send a database request and add some new columns with db-data to the result table. This wo

Re: [Cartoweb-users] query table

2006-07-19 Thread Oliver Christen
and also replace var result = "{if $tables_result}1{else}0{/if}";       2006/7/19, Oliver Christen <[EMAIL PROTECTED] >:   ok, it was some _javascript_ problems:  - its not innerhtml, its innerHTML  - popuppage refer to a variable name, not the new popup name 

Re: [Cartoweb-users] query table

2006-07-19 Thread Oliver Christen
ok, it was some _javascript_ problems: - its not innerhtml, its innerHTML - popuppage refer to a variable name, not the new popup name and possibly window.onload is not already declared   replace your code with this:    myContent = document.getElementById("result").innerHTML;    popuppag

Re: [Cartoweb-users] query table

2006-07-18 Thread Oliver Christen
This goes in the cartoclient.tpl so you did it right.   now, when you do a query, it should fill the with a table of results. It will not be displayed on your screen but you can see it if you look at the source of the page (View->Page Source in your browser)   So, do you see the table resul

Re: [Cartoweb-users] query table

2006-07-18 Thread Oliver Christen
From: Thibaut Le Pape To: cartoweb-users@lists.maptools.org Sent: Tuesday, July 18, 2006 3:32 PM Subject: [Cartoweb-users] query table Hello Everybody, Here is my problem: I would like that the query table opens into a

Re: [Cartoweb-users] query table

2006-07-18 Thread Thibaut Le Pape
/, in the search form (bottom-left) select CW-users ML in the dropdown list.   O. - Original Message - From: Thibaut Le Pape To: cartoweb-users@lists.maptools.org Sent: Tuesday, July 18, 2006 3:32 PM Subject: [C

Re: [Cartoweb-users] query table

2006-07-18 Thread Oliver Christen
list.   O. - Original Message - From: Thibaut Le Pape To: cartoweb-users@lists.maptools.org Sent: Tuesday, July 18, 2006 3:32 PM Subject: [Cartoweb-users] query table Hello Everybody, Here is my problem: I

[Cartoweb-users] query table

2006-07-18 Thread Thibaut Le Pape
ist from http://www.cartoweb.org/, in the search form (bottom-left) select CW-users ML in the dropdown list.   O. - Original Message - From: Thibaut Le Pape To: cartoweb-users@lists.maptools.org Sent: Tuesday, July 18, 2006 3:32 PM Subject: [Cartoweb-users] que

Re: [Cartoweb-users] query table

2006-07-18 Thread Oliver Christen
arch form (bottom-left) select CW-users ML in the dropdown list.   O. - Original Message - From: Thibaut Le Pape To: cartoweb-users@lists.maptools.org Sent: Tuesday, July 18, 2006 3:32 PM Subject: [Cartoweb-users] query table Hello Everybody, Here is my proble

[Cartoweb-users] query table

2006-07-18 Thread Thibaut Le Pape
Hello Everybody,Here is my problem: I would like that the query table opens into a popup (so not displayed on the same page as the other elements of my project), but i've no ideas how to do it. It would be really nice if someone could help me. Thanx in advance.Thibaut __