My
company got hacked by the Chinese cyberwar dudes
8an
I think your going to need to step beyond the scope of a client-side
Javascript. Doesn't mean that JS can't play a roll in the solution.
My thinking is that the developer is using something along the lines of
Mambo (housed at Source Forge), http://sourceforge.net/projects/mambo/.
It's a PHP/MySQ
Some
teenager must have gotten grounded again.
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Matthew
ShireySent: Tuesday, May 08, 2001 10:05 AMTo:
[EMAIL PROTECTED]Subject: [Dynapi-Help] Matrix back
up
Sorry all, my box got hacke
Sorry all, my box got hacked sometime this week and the
matrix was down for a bit.
I am seriously pissed off about this.
-- Matthew
Here's a copy of the latest event code from the AfroAPI. I have been
using the suggested method of splitting the code. It is still in
the AfroAPI format and will require a bit of modification to be made DynAPI
compliant.
I don't have the time at the moment to go through the code personally,
but
listeners OVERRIDE simple events. this can be solved by adding the
following line to the invokeEvent method in listeners.js:
if(this["on"+type]) ret = this["on"+type](e,args); // this one
if(e.bubble && this.parent) { // before this one
you should now be able to simple include listener
oops. change the variable "ret" to "e.bubble".
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
Simple events and listeners are not compatible, They both define the
invokeEvent method. Using simple, a call to invokeevent("create") willl
call objecte.oncreate(). Simple events won't work with mouse events
because mouse.js uses the event objecte which is defined in
listeners.js. Now is that a d
I asked this question last week, someone must
know.
Can anyone explain how simple events should
work?
I have:
DynAPI.include('dynapi.api.*');
DynAPI.include('dynapi.event.simple');DynAPI.include('dynapi..event.listeners');
DynAPI. {
button1 = new
DynLayer(null,100,100,100,40)
Hi,
Take a look at Jim's work in progress here:
http://xidsdevo.isc.cw.net/sitebuilder/dynapi/Jim_Sloey/vmColorPicker.htm
(double-click a layer to bring up the font-box)
That's one way to change the font size/color etc .
Then checkout
http://www.dynapi.de/
This website is far from finished, but t
Are we talking about a wysiwyg web-based HTML editor ? There should be a few
around. I remember one at webfx.
Paul K Egell-Johnsen wrote:
> I'm in the process of creating an offer for a customer based on a
> specification which a third party has developed for them. One of the
> things they want
I'm in the process of creating an offer for a customer based on a
specification which a third party has developed for them. One of the
things they want is "the ability for non-HTML fluent people to create
informational webpages for their site", this should include "buttons to
insert HTML-tags into
12 matches
Mail list logo