search for: wjrankin

Displaying 5 results from an estimated 5 matches for "wjrankin".

Did you mean: rankin
2006 Jun 21
6
vertical menus
Hello all, Not a directly related question to scriptaculous or prototype, but I am looking for a good, dynamic vertical javascript menu. I''ve done some searching and there are a lot of menu implementations out there. I''m looking for something more or less free, but will pay/donate a small fee towards something worth while. I figured I''d ask here to help filter down
2006 May 04
5
How to insert styles with Insertion
Hi, I''m having difficulty using Prototype''s Insertion method to insert styles into a document node. Code like this seems to fail: new Insertion.Top(widgets[i], ''<style type="text/css"></style>''); When I inspect the DOM, the style is nowhere to be found. Any ideas on how to get this to work? Thank you, Jeff Rankin Human Factors 544-4333
2006 May 30
4
Limiting getElementsByClassName to specific nodes and entities
I''m currently using "The Ultimate getElementsByClassName" (http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/) instead of the Prototype version. This version seems to be faster since it lets you specify the starting node and the type of entity. For example: var widgets = getElementsByClassName(document, "ol", "tree"); Is
2006 May 05
0
Re: How to insert styles with Insertion (David Kaufman)
I dont think its is allowed according to the W3C standards to have <style> sections inside the <body>. Keep that in mind when insering css-style-sections. ;-) -Tommy > > WJRANKIN-J6ISH/MDR2c@public.gmane.org wrote: > > Hi, > > > > I''m having difficulty using Prototype''s Insertion method to insert > > styles into a document node. Code like this seems to fail: > > > > new Insertion.Top(widgets[i], ''<style type=...
2006 Apr 06
0
Using insertion.after w/builder
Hi, I have this script: <script type="text/javascript"> function groupBox() { title = Builder.node("div", {className: "title"}, "Sample Groupbox"); content = Builder.node("div", {className: "content"}, "This is a sample group box widget."); groupbox =