diff --git a/Docs/Core/Core.md b/Docs/Core/Core.md index f70ea57c1..00be2fcf7 100644 --- a/Docs/Core/Core.md +++ b/Docs/Core/Core.md @@ -1,5 +1,5 @@ -Core {#Core} -============ +Type: Core {#Core} +================== Core contains a handful of common sense functions used in [MooTools](http://mootools.net). diff --git a/Docs/Element/Element.Dimensions.md b/Docs/Element/Element.Dimensions.md index d34170940..60804a80b 100644 --- a/Docs/Element/Element.Dimensions.md +++ b/Docs/Element/Element.Dimensions.md @@ -1,7 +1,7 @@ -Element {#Element} -========================== +Type: Element {#Element} +========================= -Custom Native to allow all of its methods to be used with any DOM element via the dollar function [$][]. +Custom Type to allow all of its methods to be used with any DOM element via the dollar function [$][]. ### Notes: @@ -225,7 +225,7 @@ Returns the parent of the element that is positioned, if there is one. -[$]: /core/Element/Element#dollar +[$]: /core/Element/Element#Window:dollar [MDC Element:scrollLeft]: http://developer.mozilla.org/en/docs/DOM:element.scrollLeft [MDC Element:scrollTop]: http://developer.mozilla.org/en/docs/DOM:element.scrollTop [MDC Element:offsetWidth]: http://developer.mozilla.org/en/docs/DOM:element.offsetWidth diff --git a/Docs/Element/Element.Event.md b/Docs/Element/Element.Event.md index 94d74266a..c5431c24d 100644 --- a/Docs/Element/Element.Event.md +++ b/Docs/Element/Element.Event.md @@ -1,7 +1,7 @@ -Element {#Element} +Type: Element {#Element} ========================== -- Custom Native to allow all of its methods to be used with any DOM element via the dollar function [$][]. +- Custom Type to allow all of its methods to be used with any DOM element via the dollar function [$][]. - These methods are also available on window and document. ### Notes: @@ -322,7 +322,7 @@ This event fires when the mouse wheel is rotated; -[$]: /core/Element/Element#dollar +[$]: /core/Element/Element#Window:dollar [Function]: /core/Types/Function [Function:bind]: /core/Types/Function/#bind [Function:pass]: /core/Types/Function/#pass diff --git a/Docs/Element/Element.Style.md b/Docs/Element/Element.Style.md index 1c91d5675..4100bc576 100644 --- a/Docs/Element/Element.Style.md +++ b/Docs/Element/Element.Style.md @@ -1,7 +1,7 @@ -Element {#Element} -========================== +Type: Element {#Element} +======================== -Custom Native to allow all of its methods to be used with any DOM element via the dollar function [$][]. +Custom Type to allow all of its methods to be used with any DOM element via the dollar function [$][]. @@ -117,6 +117,6 @@ Returns an object of styles of the Element for each argument passed in. -[$]: /core/Element/Element/#dollar +[$]: /core/Element/Element/#Window:dollar [Function]: /core/Native/Function [Element:getStyle]: #Element:getStyle diff --git a/Docs/Element/Element.md b/Docs/Element/Element.md index 543b94a6f..2c1619049 100644 --- a/Docs/Element/Element.md +++ b/Docs/Element/Element.md @@ -1,10 +1,10 @@ -Window {#Window} -======================== +Type: Window {#Window} +====================== The following functions are treated as Window methods. -Function: $ {#dollar} +Function: $ {#Window:dollar} --------------------- The dollar function has a dual purpose: Getting the element by its id, and making an element in Internet Explorer "grab" all the [Element][] methods. @@ -45,7 +45,7 @@ The dollar function has a dual purpose: Getting the element by its id, and makin -Function: $$ {#dollars} +Function: $$ {#Window:dollars} ----------------------- Selects and extends DOM elements. Elements arrays returned with $$ will also accept all the [Element][] methods. @@ -95,10 +95,10 @@ Selects and extends DOM elements. Elements arrays returned with $$ will also acc -Element {#Element} -========================== +Type: Element {#Element} +======================== -Custom Native to allow all of its methods to be used with any extended DOM Element. +Custom Type to allow all of its methods to be used with any extended DOM Element. @@ -1651,10 +1651,10 @@ Returns the tag name of the Element in lower case. -Native: IFrame {#IFrame} +Type: IFrame {#IFrame} ======================== -Custom Native to create and easily work with IFrames. +Custom Type to create and easily work with IFrames. @@ -1716,7 +1716,7 @@ Creates an IFrame HTML Element and extends its window and document with MooTools -Native: Elements {#Elements} +Type: Elements {#Elements} ============================ The Elements class allows [Element][] methods to work on an [Elements][] array, as well as [Array][] Methods. @@ -1773,7 +1773,7 @@ Elements Method: filter {#Elements:filter} ---------------------------------------------- Filters a collection of elements by a given tag name. If [Selectors][] is included, this method will be able to filter by any selector. -It also works like [Array:filter](/Native/Array/#Array:filter), by filtering collection of elements with a function. +It also works like [Array:filter][], by filtering collection of elements with a function. ### Syntax: @@ -1790,10 +1790,11 @@ It also works like [Array:filter](/Native/Array/#Array:filter), by filtering col -[$]: #dollar -[$$]: #dollars +[$]: #Window:dollar +[$$]: #Window:dollars -[Array]: /core/Native/Array +[Array]: /core/Types/Array +[Array:filter]: /core/Types/Array#Array:filter [Selectors]: /core/Utilities/Selectors [Element]: #Element diff --git a/Docs/Fx/Fx.Morph.md b/Docs/Fx/Fx.Morph.md index 9b9bdb26c..6d7332648 100644 --- a/Docs/Fx/Fx.Morph.md +++ b/Docs/Fx/Fx.Morph.md @@ -173,7 +173,7 @@ Gets the default Fx.Morph instance for the Element. -Native: Element {#Element} +Type: Element {#Element} ========================== Element Method: morph {#Element:morph} @@ -209,7 +209,7 @@ With a selector: -[$]: /core/Element/Element#dollar +[$]: /core/Element/Element#Window:dollar [Fx]: /core/Fx/Fx [Fx.Morph]: #Fx-Morph [Element.Properties]: /core/Element/Element/#Element-Properties \ No newline at end of file diff --git a/Docs/Fx/Fx.Tween.md b/Docs/Fx/Fx.Tween.md index a4f394ef2..f0365988b 100644 --- a/Docs/Fx/Fx.Tween.md +++ b/Docs/Fx/Fx.Tween.md @@ -161,10 +161,10 @@ Sets and gets default options for the Fx.Tween instance of an Element. -Native: Element {#Element} -========================== +Type: Element {#Element} +======================== -Custom Native to allow all of its methods to be used with any DOM element via the dollar function [$][]. +Custom Type to allow all of its methods to be used with any DOM element via the dollar function [$][]. @@ -263,7 +263,7 @@ If no background color is set on the Element, or its background color is set to $('myElement').highlight('#ddf', '#ccc'); -[$]: /core/Element/Element#dollar +[$]: /core/Element/Element#Window:dollar [Fx]: /core/Fx/Fx [Fx.Tween]: #Fx-Tween [Element.tween]: #Element-Properties:tween diff --git a/Docs/Request/Request.HTML.md b/Docs/Request/Request.HTML.md index 11728c6b2..9273d5f6f 100644 --- a/Docs/Request/Request.HTML.md +++ b/Docs/Request/Request.HTML.md @@ -135,10 +135,10 @@ Returns either the previously set Request.HTML instance or a new one with defaul -Native: Element {#Element} -========================== +Type: Element {#Element} +======================== -Custom Native to allow all of its methods to be used with any DOM element via the dollar function [$][]. +Custom Type to allow all of its methods to be used with any DOM element via the dollar function [$][]. Element Method: load {#Element:load} ------------------------------------ @@ -174,6 +174,6 @@ Updates the content of the Element with a Request.HTML GET request. - [$][], [Request](/Request/Request) [Request]: /core/Request/Request -[$]: /core/Element/Element/#dollar +[$]: /core/Element/Element/#Window:dollar [Element.Properties]: /core/Element/Element/#Element-Properties [Elements:filter]: /core/Element/Element#Elements:filter \ No newline at end of file diff --git a/Docs/Request/Request.md b/Docs/Request/Request.md index 64e07d935..bf4c7aade 100644 --- a/Docs/Request/Request.md +++ b/Docs/Request/Request.md @@ -275,10 +275,10 @@ Returns the previously set Request instance (or a new one with default options). el.send(); el.get('send'); //Returns the Request instance. -Native: Element {#Element} -========================== +Type: Element {#Element} +======================== -Custom Native to allow all of its methods to be used with any DOM element via the dollar function [$][]. +Custom Type to allow all of its methods to be used with any DOM element via the dollar function [$][]. Element Method: send {#Element:send} @@ -319,7 +319,7 @@ Sends a form or a container of inputs with an HTML request. -[$]: /core/Element/Element/#dollar +[$]: /core/Element/Element/#Window:dollar [Request:send]: #Request:send [Element.Properties]: /core/Element/Element/#Element-Properties [URI]: /more/Native/URI diff --git a/Docs/Types/Array.md b/Docs/Types/Array.md index 0f99e3af5..6e9451e3a 100644 --- a/Docs/Types/Array.md +++ b/Docs/Types/Array.md @@ -1,7 +1,7 @@ -Array {#Array} -============== +Type: Array {#Array} +==================== -A collection of Array methods. +A collection of Array methods and functions. ### See Also: diff --git a/Docs/Types/Event.md b/Docs/Types/Event.md index 567919ccc..8ff1269bd 100644 --- a/Docs/Types/Event.md +++ b/Docs/Types/Event.md @@ -1,5 +1,5 @@ -Event {#Event} -====================== +Type: Event {#Event} +==================== MooTools Event Methods. @@ -188,7 +188,6 @@ Additional Event key codes can be added by adding properties to the Event.Keys O - [MooTools More Keyboard][] -[$]: /core/Element/#dollar [Element:addEvent]: /core/Element/Element.Event#Element:addEvent [Function]: /core/Types/Function [Function:bind]: /core/Types/Function/#Function:bind diff --git a/Docs/Types/Function.md b/Docs/Types/Function.md index 8ac264b7e..58f647be0 100644 --- a/Docs/Types/Function.md +++ b/Docs/Types/Function.md @@ -1,5 +1,5 @@ -Function {#Function} -============================ +Type: Function {#Function} +========================== Function Methods. diff --git a/Docs/Types/Number.md b/Docs/Types/Number.md index 730ee6123..f3116436b 100644 --- a/Docs/Types/Number.md +++ b/Docs/Types/Number.md @@ -1,7 +1,7 @@ -Number {#Number} -================ +Type: Number {#Number} +====================== -A collection of the Number Object methods. +A collection of the Number Object methods and functions. ### See Also: diff --git a/Docs/Types/Object.md b/Docs/Types/Object.md index e67a7a38e..9a33bbed8 100644 --- a/Docs/Types/Object.md +++ b/Docs/Types/Object.md @@ -1,5 +1,7 @@ -Object {#Object} -==================== +Type: Object {#Object} +====================== + +A collection of Object functions. Function: Object.each {#Object:Object-each} ------------------------------------ diff --git a/Docs/Types/String.md b/Docs/Types/String.md index 580adbd12..d1bcf7364 100644 --- a/Docs/Types/String.md +++ b/Docs/Types/String.md @@ -1,7 +1,7 @@ -String {#String} -================ +Type: String {#String} +==================== -A collection of the String Object prototype methods. +A collection of the String Object methods and functions. ### See Also: