demoPlugins is not ajaxified, thats normal it works
I just noticed I wrote <div id="folder5subfolder"> instead of <div
id="folder6subfolder">
the id must obviously be the same in the cartoclient.tpl and the
custom.ajax.js
and custom.ajax.js must be in /projects/*yourprojects*/htdocs/js/
dont forget to do a cw3setup --install and --clean just in case
regards
Oliver
thank you for advice,
but it doesn't work :-(
Is it necessarily to do this?
In demoPlugins it works fine without this your addon...
Oliver Christen wrote / napísal(a):
it seems the default behaviour in ajax mode is incompatible with the use
of toolbare group in folder, because the div id was put in hard in the
javascript file (not very smart I agree, it was probably planned to be
changed and forgotten afterward)
create a new file, named custom.ajax.js, and write this inside:
AjaxPlugins.Outline.outlineFolderId = 'folder6subfolder';
then, in cartoclient.tpl header,
just after:
{include file="cartoclient_ajaxHeader.tpl"}
add
{if $ajaxOn|default:''}
<script type="text/javascript" src="{r
type=js}custom.ajax.js{/r}"></script>
{/if}
and in your folder5 div, replace:
{if $outline_active|default:''}
{$outline}
{/if}
by
<div id="folder5subfolder">
{if $outline_active|default:''}
{$outline}
{/if}
</div>
regards
Oliver
There is no warning or error in sjTrace debugger.
Oliver Christen wrote / napísal(a):
do you have any warning in the jsTrace debugger windows ?
Yes, toolbar is missing after drawing some outline object.
No javaScript error occured. (I ise FireBug.)
Ajax is enabled by ajaxOn = true in client.ini
I tried Firefox (Win and Ubuntu) and IE (Win).
When I place the toolar outside from folder it works fine.
(outside from container too)
ExportDxf button is still not visible until refresh...
Oliver Christen wrote / napísal(a):
you mean the toolbar disappear after you use the outline tool ?
do you have any javascript error ?
and which browser do you use, IE or Firefox ?
is Ajax enabled or disabled ?
I tried it with no success :-(
I declared it in my cartoclient.tpl:
{if $outline_active|default:''}
<div id="folder6" class="folder">
<center>
<br />{include file="toolbar.tpl" group=3}
{$exportDxf}
{$outline}
</center>
</div>
{/if}
<!-- end of folder6 -->
On begin is toolbar group3 displayed and exportDxf button doesn't.
After drawing some polygon or line or point no toolbar and export
button
is displayed until refresh map.
Past refresh is displayed tollbar and export too.
thanx for advice
wochter
Oliver Christen wrote / napísal(a):
hi
did you do two images? one normal and one for when the tool is
selected ?`
for exemple outline_line.gif and outline_line_over.gif
and dont forget to do a cw3setup --install and --clean
this may help.
regards
Oliver
Hi,
I've placed outline toolicons into outline folder.
Now, when I draw any outline object and write a label, toolicons
disappears. Button ExportDxf too.
What is wrong please?
After refresh map it is displayed again.
thank you.
wochter
_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users
_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users
_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users
_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users
_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users