similar to: extending an existing DOM object in a prototype way

Displaying 20 results from an estimated 600 matches similar to: "extending an existing DOM object in a prototype way"

2006 Mar 09
0
RE: extending an existing DOM object in a prototypeway
Gosh darn Outlook seems to have stripped some newlines from my response... last few lines should read... var myActiveSpanBase = new ActiveSpan({"red"}); Object.extend($(''someSpan''), myActiveSpanBase); $(''someSpan'').setup(); Or, more concisely... Object.extend($(''someSpan''), new ActiveSpan({"blue"});
2006 Mar 09
0
RE: extending an existing DOM object in aprototypeway
..lol... and I screwed up the option... one more time... var myActiveSpanBase = new ActiveSpan({color: "red"}); Object.extend($(''someSpan''), myActiveSpanBase); $(''someSpan'').setup(); Or, more concisely... Object.extend($(''someSpan''), new ActiveSpan({color: "blue"}); $(''someSpan'').setup();
2006 Mar 03
6
[PATCH] Effect.Accordion (not from the wiki)
Hello boys and girls In the ever-loving spirit of OSS, here''s another feature for s.a.u. In particular it''s called Effect.Accordion, and is a scriptaculified version of openrico''s Accordion. Work in progress, I''ll submit further modifications as the come in, but this is 90% of what needs to be done. I anticipate some bugs when I start using it more. Tested
2008 May 27
6
IE7 Problems
I''ve recently been looking at Mapstraction as a way to make it easier for me to support more than one mapping service, mainly Google Maps and Microsoft''s Virtual Earth. However, I seem to be running into a lot of errors when trying to use Mapstraction with IE7 and Virtual Earth. As an example, I get a "Not Implemented" error when I load the many of the demos. This
2009 Mar 24
0
Patch: clickHandlers in VirtualEarth
Hi, my mapstraction onclick event handlers always yielded javascript errors in Virtual Earth maps ("e.view is undefined"). I''m using version 6 of mapcontrol.ashx. After consulting Virtual Earth documentation, I came up with a solution. Here is my patch (based on rev 212) > var that = this; 360c361,368 < me.clickHandler(e.view.LatLong.Latitude,
2008 Mar 12
0
Execute custom code when clicking marker
Hello there! :) I''m new to this list and new to Mapstraction. I''m working at ?stfold University College in Norway as part of the Mobile Applications Group (MAG - http://mobapp.hiof.no/) and I''m developing a tool ("Storix") for viewing digital stories with references to time and place. Take a look at http://asia.hiof.no/storix if this sounds interesting
2009 Nov 04
0
r53 committed - applied patch from John McKerrell
Revision: 53 Author: freyfogle Date: Wed Nov 4 08:34:55 2009 Log: applied patch from John McKerrell http://code.google.com/p/mapstraction/source/detail?r=53 Modified: /trunk/source/mxn.cloudmade.core.js ======================================= --- /trunk/source/mxn.cloudmade.core.js Sun Sep 20 06:30:15 2009 +++ /trunk/source/mxn.cloudmade.core.js Wed Nov 4 08:34:55 2009 @@ -7,6 +7,21 @@
2006 Feb 27
3
bindAsEventListener with parameters
I would like to share a modification to bindAsEventListener() that might be useful to some of you. It makes it possible to do function show(event, number) { alert(Event.element(event).id + " = " + number); } Event.observe("el1", "click", show.bindAsEventListener(this, 5); Event.observe("el2", "click", show.bindAsEventListener(this, 10); That
2017 Sep 08
0
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
On Fri, 8 Sep 2017 12:43:40 +0200 Sven Schwedas via samba <samba at lists.samba.org> wrote: > On 2017-09-08 12:26, Rowland Penny via samba wrote: > > On Fri, 8 Sep 2017 12:03:53 +0200 > > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > > > >> Thanks Rowland, > >> > >> Very appriciated. > >> The
2017 Sep 10
0
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
On Fri, 8 Sep 2017 14:31:21 +0200 Sven Schwedas via samba <samba at lists.samba.org> wrote: > On 2017-09-08 14:21, Rowland Penny via samba wrote: > > OK, you have convinced me ;-) > > If you know any other part of AD DNS that is tricky, I'd be interested > to know before AD blows up again. ;-) > > > Seeing how you seem to know the required 'magic',
2017 Sep 05
0
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
Ah.. I had a "member break down" .. Out of the blue,.. Kerberos problem, but pretty simple to fix. kinit Administrator Check your spn of the ad server with : samba-tool spn list DC_HOSTNAME$ Check keytab klist -ke /var/lib/samba/private/secrets.keytab Can you check this. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at
2017 Sep 11
1
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
We mainly use it for stuff that's not AD related (aliases for external domains to avoid NAT loopback e.g., something that's a royal pain in the ass with AD DNS); caching is just a secondary benefit, and if it doesn't work for SRV records, meh. ¯\_(ツ)_/¯ On 2017-09-10 15:25, Rowland Penny via samba wrote: > On Fri, 8 Sep 2017 14:31:21 +0200 > Sven Schwedas via samba <samba at
2017 Sep 08
2
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
Thanks Rowland, Very appriciated. The dnsmasq servers are explained, these are no problem in his setup sofar i could tell/see. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: vrijdag 8 september 2017 10:50 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Server
2017 Sep 05
0
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
Yes, if you flexible with reinstalling, you could.. (more below) > -----Oorspronkelijk bericht----- > Van: Sven Schwedas [mailto:sven.schwedas at tao.at] > Verzonden: dinsdag 5 september 2017 16:32 > Aan: L.P.H. van Belle; samba at lists.samba.org > Onderwerp: Re: [Samba] Server GC/name.dom/dom is not > registered with our KDC: Miscellaneous failure (see text): > Server
2017 Sep 08
0
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
On Fri, 8 Sep 2017 13:21:34 +0200 Sven Schwedas via samba <samba at lists.samba.org> wrote: > On 2017-09-08 13:02, Rowland Penny via samba wrote: > > On Fri, 8 Sep 2017 12:43:40 +0200 > > Sven Schwedas via samba <samba at lists.samba.org> wrote: > > > >> On 2017-09-08 12:26, Rowland Penny via samba wrote: > >>> On Fri, 8 Sep 2017 12:03:53
2006 Mar 04
1
RE: Question about event listener highlighting withchild elements
1. Create a separate class that has your highlight/unhighlight behavior in it, and extend just the element you want to highlight with that class... like this (also allows you to easily apply this behavior elsewhere when you need it in the future): Object.extend(this.el, HighlightBehaviorClass.prototype) 2. When defining your event handlers, assign them to variables so you have a
2017 Sep 08
3
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
On 2017-09-08 14:21, Rowland Penny via samba wrote: > OK, you have convinced me ;-) If you know any other part of AD DNS that is tricky, I'd be interested to know before AD blows up again. ;-) > Seeing how you seem to know the required 'magic', do you feel up to > sharing it, if you do I will add a page to the Samba wiki. What magic? How to set up dnsmasq as caching proxy?
2017 Sep 08
2
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
On 2017-09-08 12:26, Rowland Penny via samba wrote: > On Fri, 8 Sep 2017 12:03:53 +0200 > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > >> Thanks Rowland, >> >> Very appriciated. >> The dnsmasq servers are explained, these are no problem in his setup >> sofar i could tell/see. >> > Yes, but do the dnsmasq servers
2006 Jun 19
2
Autocompleter enhancement feature request
Hello, I have created a ticket for an enhancement of the autocompleter to show the options immediately when the field gets focus. Right now at least one character must be typed for autocomplete to kick in. http://dev.rubyonrails.org/ticket/5435 I have also made some code changes directly in the script Event.observe(this.element, "blur", this.onBlur.bindAsEventListener(this));
2017 Sep 08
0
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
Hai Sven, Sorry for the long wait, i had some things todo first here. > -----Oorspronkelijk bericht----- > Van: Sven Schwedas [mailto:sven.schwedas at tao.at] > Verzonden: woensdag 6 september 2017 16:06 > Aan: L.P.H. van Belle; samba at lists.samba.org > Onderwerp: Re: [Samba] Server GC/name.dom/dom is not > registered with our KDC: Miscellaneous failure (see text): >