From ProtoScript
Showing below up to 37 results starting with #1.
View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500).
- 23:25, 17 September 2007 Discuss (hist) [1,915 bytes] Billwscott (Talk | contribs) (New page: == Discuss Protoscript == To keep it simple, I have set up mailing lists on google groups for discussing Protoscript. === Contacting a Mailing List === * Here are the three lists you can...)
- 22:53, 3 September 2007 Downloading (hist) [92 bytes] Billwscott (Talk | contribs) (New page: === Downloading === The download page is [http://protoscript.com/download.php] located here.)
- 22:52, 3 September 2007 Demos (hist) [106 bytes] Billwscott (Talk | contribs) (New page: === Examples and Demos === You can find the official set of [http://protoscript.com/demos.php demos here].)
- 22:47, 3 September 2007 GettingStarted (hist) [1,499 bytes] Billwscott (Talk | contribs) (New page: === How to Get Started === Protoscript can be used in several ways. * As a library inserted into your page * As a bookmarklet used on your pages as well as others * As a platform for addin...)
- 21:58, 3 September 2007 YUI:Script (hist) [829 bytes] Billwscott (Talk | contribs) (New page: == YUI:Script Behavior == Runs any valid JavaScript as a behavior. === Example === $proto('#avatar', { Click: { onClick: { Script: { javascript: '<nowiki>YAHOO.u...)
- 21:51, 3 September 2007 YUI:SetHtml (hist) [1,386 bytes] Billwscott (Talk | contribs) (New page: == YUI:SetHtml Behavior == Sets the HTML of a selected element or elements with specified HTML content. By using the html attribute you can assign an element some HTML. It will replace t...)
- 21:44, 3 September 2007 YUI:ToggleShowHide (hist) [1,720 bytes] Billwscott (Talk | contribs) (New page: == YUI:ToggleShowHide Behavior == Toggles an element or elements for toggling their visibility between shown and hidden (actually toggles the visibility attributes between 'visible' and '...)
- 21:42, 3 September 2007 YUI:ToggleOpenClose (hist) [1,671 bytes] Billwscott (Talk | contribs) (New page: == YUI:ToggleOpenClose Behavior == Toggles an element or elements for toggling their display from open to closed (actually toggles the display attributes between 'block' and 'none'). This...)
- 21:23, 3 September 2007 YUI:SetStyle (hist) [2,952 bytes] Billwscott (Talk | contribs) (New page: == YUI:SetStyle Behavior == Sets CSS styles. Valid css style names may be used. A common technique is to use styles to change portions of an interface by swapping out styles. === Exampl...)
- 20:49, 3 September 2007 YUI:ToggleClass (hist) [1,563 bytes] Billwscott (Talk | contribs) (New page: == YUI:ToggleClass Behavior == Toggles between two CSS style class: styleClass and otherStyleClass each time the behavior is invoked. A common technique is to use style classes to change...)
- 20:39, 3 September 2007 YUI:SetClass (hist) [1,381 bytes] Billwscott (Talk | contribs) (New page: == YUI:SetClass Behavior == Sets a CSS style class. addClass (or it's equivalent styleClass) defines the style class to use. A common technique is to use style classes to change portions...)
- 20:34, 3 September 2007 YUI:ReplaceClass (hist) [1,856 bytes] Billwscott (Talk | contribs) (New page: == YUI:ReplaceClass Behavior == Replaces a CSS style class. removeClass specifies the one to replace. addClass specifies the new class to switch in. A common technique is to use style cl...)
- 19:35, 3 September 2007 YUI:Spotlight (hist) [2,564 bytes] Billwscott (Talk | contribs) (New page: == YUI:Spotlight Behavior == Provide a spotlight effect for selected element or elements. A spotlight effect momentarily highlights an area with a color (default yellow) and fades the col...)
- 18:37, 3 September 2007 YUI:Timer (hist) [1,334 bytes] Billwscott (Talk | contribs) (New page: == YUI:Timer Behavior == Adds a timer event to the current behavior or callback. === Example === $proto('img#avatar', { Timer: { delay: 2, onTimer: { Fade: { ...)
- 05:56, 2 September 2007 YUI:ColorAnimate (hist) [4,576 bytes] Billwscott (Talk | contribs) (New page: == YUI:ColorAnimate Behavior == Animates the color of selected element or elements === Example === $proto('#box-target', { Click: { onClick: { ColorAnimate: { ba...)
- 22:53, 1 September 2007 YUI:Popup (hist) [4,002 bytes] Billwscott (Talk | contribs) (New page: == YUI:Popup Behavior == Adds a Popup behavior to an element or elements. === Example === $proto('img#avatar', { Click: { onClick: { Popup: { id: 'about-bill', width: ...)
- 00:30, 25 August 2007 YUI:Open (hist) [1,229 bytes] Billwscott (Talk | contribs) (New page: == YUI:Open Behavior == Opens the element or elements within the flow of the page... effectively opening the element or elements. Opposite of the Close Behavior. === Exampl...)
- 00:30, 25 August 2007 YUI:Show (hist) [1,262 bytes] Billwscott (Talk | contribs) (New page: == YUI:Show Behavior == Changes the visibility of an element or elements on the page from hidden to shown (if already visible, nothing changes). Opposite of the Hide Behavior...)
- 00:24, 25 August 2007 YUI:Move (hist) [3,192 bytes] Billwscott (Talk | contribs) (New page: == YUI:Move Behavior == Adds a click event to the current behavior or callback. === Example === $proto('img#avatar', { Click: { onClick: { Move: { points: ...)
- 00:23, 25 August 2007 YUI:Mouseup (hist) [1,500 bytes] Billwscott (Talk | contribs) (New page: == YUI:Mouseup Behavior == Adds a mouse up event to the current behavior or callback. === Example === $proto('img#avatar', { Mouseup: { onMouseup: { Fade: { ...)
- 00:22, 25 August 2007 YUI:Mouseover (hist) [1,524 bytes] Billwscott (Talk | contribs) (New page: == YUI:Mouseover Behavior == Adds a mouse out event to the current behavior or callback. === Example === $proto('img#avatar', { Mouseover: { onMouseover: { Fade: { ...)
- 00:21, 25 August 2007 YUI:Mouseout (hist) [1,522 bytes] Billwscott (Talk | contribs) (New page: == YUI:Mouseout Behavior == Adds a mouse out event to the current behavior or callback. === Example === $proto('img#avatar', { Mouseout: { onMouseout: { Fade: { ...)
- 00:20, 25 August 2007 YUI:Mousemove (hist) [1,526 bytes] Billwscott (Talk | contribs) (New page: == YUI:Mousemove Behavior == Adds a mouse move event to the current behavior or callback. === Example === $proto('img#avatar', { Mousemove: { onMousemove: { Fade: { ...)
- 00:19, 25 August 2007 YUI:Mousedown (hist) [1,523 bytes] Billwscott (Talk | contribs) (New page: == YUI:Mousedown Behavior == Adds a mouse down event to the current behavior or callback. === Example === $proto('img#avatar', { Mousedown: { onMousedown: { Fade: { ...)
- 00:13, 25 August 2007 YUI:Keyup (hist) [1,633 bytes] Billwscott (Talk | contribs) (New page: == YUI:Keyup Behavior == Adds a keyup event to the current behavior or callback. === Example === $proto('img#avatar', { Keyup: { keycode:'??????', onKeyup: { Fad...)
- 00:12, 25 August 2007 YUI:Keypress (hist) [1,645 bytes] Billwscott (Talk | contribs) (New page: == YUI:Keypress Behavior == Adds a keypress event to the current behavior or callback. === Example === $proto('img#avatar', { Keypress: { keycode:'??????', onKeypress: { ...)
- 00:10, 25 August 2007 YUI:Keydown (hist) [1,655 bytes] Billwscott (Talk | contribs) (New page: == YUI:Keydown Behavior == Adds a keydown event to the current behavior or callback. === Example === $proto('img#avatar', { Keydown: { keycode:'??????', onKeydown: { ...)
- 00:08, 25 August 2007 YUI:Hide (hist) [1,258 bytes] Billwscott (Talk | contribs) (New page: == YUI:Hide Behavior == Hides the visibility of the element or elements on the page. The space the element or elements occupied (if any) is left blank. Opposite of the [[YUI:Show|Show Beh...)
- 00:08, 25 August 2007 YUI:Focus (hist) [1,537 bytes] Billwscott (Talk | contribs) (New page: == YUI:Focus Behavior == Adds a focus event to the current behavior or callback. Focus means the element or elements has gained focus (e.g., tab or click into a text field). Opposite of t...)
- 23:32, 24 August 2007 YUI:FetchHtml (hist) [1,785 bytes] Billwscott (Talk | contribs) (New page: == YUI:FetchHtml Behavior == Fetches HTML by using an Ajax request and populates an element or elements with the result. === Example === ProtoScript.Config_Start = { '#portfolio-list...)
- 23:29, 24 August 2007 YUI:Fade (hist) [2,163 bytes] Billwscott (Talk | contribs) (New page: == YUI:Fade Behavior == Fades the opacity of selected element or elements. === Example === $proto('img#avatar', { Fade: { opacity: {to: 0.0}, duration: 0.9 } }); The ...)
- 23:28, 24 August 2007 YUI:DragDrop (hist) [8,135 bytes] Billwscott (Talk | contribs) (New page: == YUI:DragDrop Behavior == Adds drag & drop handling to an element or set of elements. === Example === $proto('#photo-list img', { DragDrop: { dropTarget: '#avatar', ...)
- 23:27, 24 August 2007 YUI:Dblclick (hist) [1,517 bytes] Billwscott (Talk | contribs) (New page: == YUI:Dblclick Behavior == Adds a double-click event to the current behavior or callback. === Example === $proto('img#avatar', { Dblclick: { onDblclick: { Fade: { ...)
- 23:26, 24 August 2007 YUI:Close (hist) [1,207 bytes] Billwscott (Talk | contribs) (New page: == YUI:Close Behavior == Removes the element or elements from the flow of the page... effectively closing the element or elements. Opposite of the Open Behavior. === Example...)
- 23:24, 24 August 2007 YUI:Blur (hist) [1,365 bytes] Billwscott (Talk | contribs) (New page: == YUI:Blur Behavior == Adds a blur event to the current behavior or callback. Blur means the element or elements have lost focus. Opposite of the Focus Behavior. === Examp...)
- 22:58, 24 August 2007 YUI:Animate (hist) [5,220 bytes] Billwscott (Talk | contribs) (New page: == YUI:Animate Behavior == Adds a generic animation to the selected element or elements === Example === $proto('img#avatar', { Animate: { height: {to: 100}, width : {to: 100}, ...)
- 02:45, 13 August 2007 YUI:Click (hist) [1,483 bytes] Billwscott (Talk | contribs) (New page: == Click Behavior == Description === Attributes === === Example ===)
