X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/src/core/src/lang/String.js diff --git a/src/core/src/lang/String.js b/src/core/src/lang/String.js index a0488b02..3a44d1be 100644 --- a/src/core/src/lang/String.js +++ b/src/core/src/lang/String.js @@ -15,6 +15,7 @@ Ext.String = { * Convert certain characters (&, <, >, and ') to their HTML character equivalents for literal display in web pages. * @param {String} value The string to encode * @return {String} The encoded text + * @method */ htmlEncode: (function() { var entities = { @@ -41,6 +42,7 @@ Ext.String = { * Convert certain characters (&, <, >, and ') from their HTML character equivalents. * @param {String} value The string to decode * @return {String} The decoded text + * @method */ htmlDecode: (function() { var entities = {