|
29 | 29 |
|
30 | 30 |
|
31 | 31 | /**
|
32 |
| - * Ajax.org Platform |
| 32 | + * Pylon Platform Code |
33 | 33 | *
|
34 | 34 | * @author Ruben Daniels (ruben AT ajax DOT org)
|
35 | 35 | * @version 3.0
|
@@ -191,7 +191,7 @@ VERSION:'3.0beta3',
|
191 | 191 | */
|
192 | 192 | started : false,
|
193 | 193 | /**
|
194 |
| - * Namespace for all crypto libraries included with Ajax.org Platform. |
| 194 | + * Namespace for all crypto libraries included with Pylon Platform Code. |
195 | 195 | */
|
196 | 196 | crypto : {}, //namespace
|
197 | 197 | config : {},
|
@@ -581,8 +581,8 @@ VERSION:'3.0beta3',
|
581 | 581 | this.hostPath = sHref.replace(/\/[^\/]*$/, "") + "/";
|
582 | 582 |
|
583 | 583 |
|
584 |
| - ppc.console.info("Starting Ajax.org Platform Application..."); |
585 |
| - ppc.console.warn("Debug build of Ajax.org Platform " + (ppc.VERSION ? "version " + ppc.VERSION : "")); |
| 584 | + ppc.console.info("Starting Pylon Platform Code Application..."); |
| 585 | + ppc.console.warn("Debug build of Pylon Platform Code " + (ppc.VERSION ? "version " + ppc.VERSION : "")); |
586 | 586 |
|
587 | 587 |
|
588 | 588 | //mozilla root detection
|
@@ -743,7 +743,7 @@ VERSION:'3.0beta3',
|
743 | 743 | * @return {String} Returns a string representing the object.
|
744 | 744 | */
|
745 | 745 | toString : function(){
|
746 |
| - return "[Ajax.org Platform (ppc)]"; |
| 746 | + return "[Pylon Platform Code (ppc)]"; |
747 | 747 | },
|
748 | 748 |
|
749 | 749 | all : [],
|
@@ -1161,7 +1161,7 @@ VERSION:'3.0beta3',
|
1161 | 1161 | htmlentities : function(s){return s},
|
1162 | 1162 |
|
1163 | 1163 | /**
|
1164 |
| - * Formats a Ajax.org Platform error message. |
| 1164 | + * Formats a Pylon Platform Code error message. |
1165 | 1165 | * @param {Number} number the number of the error. This can be used to look up more information about the error.
|
1166 | 1166 | * @param {AMLElement} control the aml element that will throw the error.
|
1167 | 1167 | * @param {String} process the action that was being executed.
|
@@ -2162,7 +2162,7 @@ if (!ppc.basePath) {
|
2162 | 2162 | * </code>
|
2163 | 2163 | *
|
2164 | 2164 | * Expressions:
|
2165 |
| - * The use of { and } tell Ajax.org Platform(PPC) that the visible property will |
| 2165 | + * The use of { and } tell Pylon Platform Code (PPC) that the visible property will |
2166 | 2166 | * be bound. By specifying myCheckbox.value PPC knows that the value of
|
2167 | 2167 | * myCheckbox should be retrieved for this property. Whenever the checkbox
|
2168 | 2168 | * changes, the slider will show or hide.
|
@@ -2198,7 +2198,7 @@ if (!ppc.basePath) {
|
2198 | 2198 | */
|
2199 | 2199 |
|
2200 | 2200 | /**
|
2201 |
| - * @term baseclass A baseclass in Ajax.org Platform (ppc) is a class that |
| 2201 | + * @term baseclass A baseclass in Pylon Platform Code (ppc) is a class that |
2202 | 2202 | * adds properties, methods, attributes, bindings and actions to the class that
|
2203 | 2203 | * inherits from it. Javascript doesn't have most object oriented concepts like
|
2204 | 2204 | * classes, class inheritance, interfaces, protected members and so on. When
|
@@ -2257,7 +2257,7 @@ if (!ppc.basePath) {
|
2257 | 2257 | * </code>
|
2258 | 2258 | * Where the constant is the name of the baseclass in all caps.
|
2259 | 2259 | *
|
2260 |
| - * Apf supports multiple inheritance. Use the implement method to add a |
| 2260 | + * Ppc supports multiple inheritance. Use the implement method to add a |
2261 | 2261 | * baseclass to your class that is not part of the inheritance tree:
|
2262 | 2262 | * <code>
|
2263 | 2263 | * var myElement = function(){
|
@@ -4568,7 +4568,7 @@ if (!self["JSON"]) {
|
4568 | 4568 | jsonSerialize = {
|
4569 | 4569 | //Object
|
4570 | 4570 | 0: function(o){
|
4571 |
| - //XML support - NOTICE: Ajax.org Platform specific |
| 4571 | + //XML support - NOTICE: Pylon Platform Code specific |
4572 | 4572 | if (o.nodeType && o.ownerDocument && o.cloneNode(true)) // was o.nodeType && o.cloneNode
|
4573 | 4573 | return "ppc.xmldb.getXml("
|
4574 | 4574 | + JSON.stringify(ppc.getXmlString(o)) + ")"; // was this.string()
|
@@ -32732,7 +32732,7 @@ ppc.__AMLNODE__ = 1 << 14;
|
32732 | 32732 | * changed, set, removed reparented, etc runtime. This offers a great deal of
|
32733 | 32733 | * flexibility. Well known methods
|
32734 | 32734 | * from this specification are .appendChild .removeChild .setAttribute and
|
32735 |
| - * insertBefore to name a few. Ajax.org Platform aims to implement DOM1 |
| 32735 | + * insertBefore to name a few. Pylon Platform Code aims to implement DOM1 |
32736 | 32736 | * completely and parts of DOM2. Which should be extended in the future to fully
|
32737 | 32737 | * implement DOM Level 2. For more information see {@link http://www.w3.org/DOM/}
|
32738 | 32738 | * or {@link http://www.w3schools.com/dom/default.asp}.
|
@@ -36410,7 +36410,7 @@ ppc.xsd.typeHandlers = {
|
36410 | 36410 |
|
36411 | 36411 |
|
36412 | 36412 | "https://github.com/pylonide/pylon" : {
|
36413 |
| - //Ajax.org Platform datatypes |
| 36413 | + //Pylon Platform Code datatypes |
36414 | 36414 | "url": function(value){
|
36415 | 36415 | //@todo please make this better
|
36416 | 36416 | return /\b(https?|ftp):\/\/([\-A-Z0-9.]+)(\/[\-A-Z0-9+&@#\/%=~_|!:,.;]*)?(\?[\-A-Z0-9+&@#\/%=~_|!:,.;]*)?/i.test(value.trim());
|
@@ -37527,7 +37527,7 @@ ppc.setNamespace("", ppc.html5);
|
37527 | 37527 | /**
|
37528 | 37528 | * @define input
|
37529 | 37529 | * Remarks:
|
37530 |
| - * Ajax.org Platform supports the input types specified by the WHATWG html5 spec. |
| 37530 | + * Pylon Platform Code supports the input types specified by the WHATWG html5 spec. |
37531 | 37531 | * @attribute {String} type the type of input element.
|
37532 | 37532 | * Possible values:
|
37533 | 37533 | * email provides a way to enter an email address.
|
@@ -52674,7 +52674,7 @@ ppc.DataAction = function(){
|
52674 | 52674 | * @term locking {@link http://en.wikipedia.org/wiki/Lock_(computer_science) A lock}
|
52675 | 52675 | * is a mechanism for enforcing limits on access to a resource in a
|
52676 | 52676 | * multi-user environment. Locks are one way of enforcing concurrency
|
52677 |
| - * control policies. Ajax.org Platform (ppc) has support for locking in |
| 52677 | + * control policies. Pylon Platform Code (ppc) has support for locking in |
52678 | 52678 | * combination with {@link term.action action rules}. There are two
|
52679 | 52679 | * types of locks; pessimistic and optimistic locks. Descriptions below are
|
52680 | 52680 | * from {@link http://en.wikipedia.org/wiki/Lock_(computer_science) wikipedia}.
|
@@ -77857,11 +77857,11 @@ ppc.$debugwin = {
|
77857 | 77857 | }*/
|
77858 | 77858 | },
|
77859 | 77859 |
|
77860 |
| - $startResize : function(offset, oApf){ |
| 77860 | + $startResize : function(offset, oPpc){ |
77861 | 77861 | var $ext = this.$ext;
|
77862 | 77862 | ppc.plane.show(null, null, null, true);
|
77863 | 77863 | ppc.dragMode = true;
|
77864 |
| - oApf.dragMode = true; |
| 77864 | + oPpc.dragMode = true; |
77865 | 77865 |
|
77866 | 77866 | document.body.style.cursor = "s-resize";
|
77867 | 77867 |
|
@@ -77900,7 +77900,7 @@ ppc.$debugwin = {
|
77900 | 77900 | document.onmouseup = null;
|
77901 | 77901 |
|
77902 | 77902 | ppc.dragMode = false;
|
77903 |
| - oApf.dragMode = false; |
| 77903 | + oPpc.dragMode = false; |
77904 | 77904 |
|
77905 | 77905 | ppc.plane.hide();
|
77906 | 77906 | }
|
@@ -78452,7 +78452,7 @@ ppc.aml.setElement("toc", ppc.toc);
|
78452 | 78452 | * Remarks:
|
78453 | 78453 | * A docklet xml is a piece of aml that should be in the following form:
|
78454 | 78454 | * <code>
|
78455 |
| - * <a:docklet xmlns:a="http://ajax.org/2005/aml" |
| 78455 | + * <a:docklet xmlns:a="https://github.com/pylonide/pylon" |
78456 | 78456 | * caption="Billing History" icon="icoBilling.gif" name="BillHistory">
|
78457 | 78457 | * <a:script><![CDATA[
|
78458 | 78458 | * function BillHistory(){
|
@@ -88760,7 +88760,7 @@ ppc.aml.setElement("skin", ppc.skin);
|
88760 | 88760 | if (!found) {
|
88761 | 88761 | throw new Error(ppc.formatErrorString(0, null,
|
88762 | 88762 | "Checking for the aml namespace",
|
88763 |
| - "The Ajax.org Platform xml namespace was not found in " |
| 88763 | + "The Pylon Platform Code xml namespace was not found in " |
88764 | 88764 | + (xmlNode.getAttribute("filename")
|
88765 | 88765 | ? "in '" + xmlNode.getAttribute("filename") + "'"
|
88766 | 88766 | : "")));
|
@@ -101870,7 +101870,7 @@ ppc.aml.setElement("divider", ppc.divider);
|
101870 | 101870 | * </a:hbox>
|
101871 | 101871 | * </code>
|
101872 | 101872 | * Remarks:
|
101873 |
| - * The layouting engine of Ajax.org Platform lets you store layouts and set them |
| 101873 | + * The layouting engine of Pylon Platform Code lets you store layouts and set them |
101874 | 101874 | * dynamically. It's very easy to make a layout manager this way. For more
|
101875 | 101875 | * information see {@link object.layout}
|
101876 | 101876 | *
|
@@ -109140,7 +109140,7 @@ ppc.aml.setElement("statusbar", ppc.statusbar);
|
109140 | 109140 | * slider changes. A tree element has several actions - among others: 'add',
|
109141 | 109141 | * 'remove', 'move', 'copy' and 'rename'.
|
109142 | 109142 | *
|
109143 |
| - * Smartbindings enable many other features in a Ajax.org Platform |
| 109143 | + * Smartbindings enable many other features in a Pylon Platform Code |
109144 | 109144 | * application. Actions done by the user can be undone by calling
|
109145 | 109145 | * {@link element.actiontracker.method.undo} of the element. The
|
109146 | 109146 | * Remote Databinding element can send changes on data to other clients.
|
@@ -126016,7 +126016,7 @@ ppc.start();
|
126016 | 126016 | */
|
126017 | 126017 |
|
126018 | 126018 | /**
|
126019 |
| - * Bootloader for Ajax.org Platform |
| 126019 | + * Bootloader for Pylon Platform Code |
126020 | 126020 | *
|
126021 | 126021 | * Include ppc.js, then just go about it as you would with the
|
126022 | 126022 | * packaged version. Adapt this file to include your preferred modules
|
|
0 commit comments