/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_util_Format({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"
Files
Reusable data formatting functions
\nParse a value into a formatted date using the specified format pattern.
\nThe value to format (Strings must conform to the format expected by the javascript Date object's parse() method)
\nAny valid date format string (defaults to 'm/d/Y')
\nThe formatted date string
\nIt does simple math for use in a template, for example:
\n\nvar tpl = new Ext.Template('{value} * 10 = {value:math(\"* 10\")}');\n
\n\nA function that operates on the passed value.
\nFormats the number according to the format string.
\n\nThe formatted number.
\nSelectively do a plural form of a word based on a numeric value. For example, in a template,\n{commentCount:plural(\"Comment\")} would result in \"1 Comment\" if commentCount was 1 or would be \"x Comments\"\nif the value is 0 or greater than 1.
\nStrips all script tags
\nThe text from which to strip script tags
\nThe stripped text
\nStrips all HTML tags
\nThe text from which to strip tags
\nThe stripped text
\nChecks a reference and converts it to empty string if it is undefined
\nReference to check
\nEmpty string if converted, otherwise the original value
\n