Yahoo YUI: goingUp property

  • Thread starter Theo Chakkapark
  • Start date
T

Theo Chakkapark

Hello,

I'm unsure if this is the right group to post this question, but here
goes:

Does anyone know what the Yahoo User Interface javascript kit property
goingUp does?

I know it's a boolean value, but I can't seem to find any information
on what it really is for. I've searched on Google for Yahoo YUI
goingUp without any success.

Any replies would be appreciated.

Theo
 
R

RobG

Hello,

I'm unsure if this is the right group to post this question, but here
goes:

I would imagine a much better place to look for help is the ydn-
javascript mailing list:

<URL: http://tech.groups.yahoo.com/group/ydn-javascript/ >

You can register here:

Does anyone know what the Yahoo User Interface javascript kit property
goingUp does?

It doesn't seem to be part of the documented YUI API.

I know it's a boolean value, but I can't seem to find any information
on what it really is for. I've searched on Google for Yahoo YUI
goingUp without any success.

A quick search of the resource above found a post at the link below,
it seems to indicate whether something is moving up or down:

if (y < this.lastY) {
this.goingUp = true;
} else if (y > this.lastY) {
this.goingUp = false;
}

<URL: http://tech.groups.yahoo.com/group/ydn-javascript/message/14627>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

YUI--Competent? 1
YUI! question 0
YUI--doomed? 7
Yahoo! UI Library: ImageLoader problem 8
YUI panel / iframe shim for IE6 bug 0
Qooxdoo--garbage? 8
retrieving Yahoo mail with Net::IMAP 10
Yahoo javascript 4

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top