[Chameleon-dev] [Bug 1073] Scale widget does not have a JSAPI mode
of operation
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Mon May 30 11:12:10 EDT 2005
http://bugzilla.maptools.org/show_bug.cgi?id=1073
------- Additional Comments From bartvde at xs4all.nl 2005-05-30 11:12 -------
I can change the keypressed function in the Scale widget, but then the form
variables set by UpdateMap.php are not refreshed, which results in the scale
being undefined ..... this will need some more digging ...
if ($bCWCJSAPI)
{
goCWCJSAPI.oMap.ZoomScale({$this->mszHTMLForm}.SCALE.value);
}
else
{
// clear the navigation form
{$this->mszHTMLForm}.NAV_CMD.value = '';
{$this->mszHTMLForm}.UPDATE_MAP.value = "1";
{$this->mszHTMLForm}.submit();
}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Chameleon-dev
mailing list