I answered my own question.

MochiKit 1.3.1 samples are here:

http://svn.mochikit.com/mochikit/branches/MochiKit-1.3.1/examples/draggable/

And I was able to implement successfully!

Thanks again!

-Steve



On Mar 15, 12:33 pm, "Steve" <[EMAIL PROTECTED]> wrote:
> Okay, I'm running MochiKit 1.3.1.  Any suggestions on how to
> draggables with this version?
>
> Thanks!
>
> -Steve
>
> On Mar 15, 12:10 pm, "Steve" <[EMAIL PROTECTED]> wrote:
>
> > Argh, I knew I was missing something simple.  I will check my version
> > and verify.
>
> > Thanks, Bob.
>
> > On Mar 15, 11:45 am, "Bob Ippolito" <[EMAIL PROTECTED]> wrote:
>
> > > On 3/15/07, Steve <[EMAIL PROTECTED]> wrote:
>
> > > > Hello,
>
> > > > I'm new to MochiKit in a Turbogears environment and was wondering if
> > > > someone might have some tips on how to get the Draggable Box Signal
> > > > example working?
>
> > > > I've read through the docs here:
>
> > > >http://www.mochikit.com/examples/draggable/index.html
>
> > > > Moved the appropriate code into my environment and I keep bombing on
> > > > this line in draggable.js:
>
> > > > getElementPosition(Drag._target));
>
> > > > the js console tells me that getElementPosition is not defined.
>
> > > > After some reading I added MochiKit.Style.getElementPosition and now
> > > > MochiKit.Style has no properties ?
>
> > > > I'm a little turned around as to where I should be debugging and
> > > > such.  I'm fairly certain I have the signal example styles set and
> > > > called correctly in my code like this:
>
> > > > <DIV class="draggable red" style="left: 120px;">TEXT</DIV>
>
> > > > and my css:
>
> > > > .draggable
> > > > {
> > > >     color: white;
> > > >     cursor: move;
> > > >     font-size: 25px;
> > > >     height: 100px;
> > > >     line-height: 100px;
> > > >     position: absolute;
> > > >     text-align: center;
> > > >     top: 200px;
> > > >     width: 100px;
> > > > }
>
> > > > .red { background: red; }
>
> > > > Sorry that this message is a bit dis-jointed I'm not sure what to try
> > > > next.
>
> > >http://mochikit.com/doc/html/MochiKit/Style.html#fn-getelementposition
>
> > > Availability:
> > >     Available in MochiKit 1.4+
>
> > > -bob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to