X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/String.html?ds=inline diff --git a/docs/output/String.html b/docs/output/String.html index 499225e7..0d7da2d9 100644 --- a/docs/output/String.html +++ b/docs/output/String.html @@ -1,21 +1,21 @@ -
Package: | Global |
Defined In: | Ext.js, Ext-more.js |
Class: | String |
Extends: | Object |
Method | Defined By | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
escape( String string )
- :
- String<static> Escapes the passed string for ' and \ <static> Escapes the passed string for ' and \ Parameters:
| String | |||||||||||||||||||||||||||||||
format( String string , String value1 , String value2 )
- :
- String<static> Allows you to define a tokenized string and pass an arbitrary number of arguments to replace the tokens. Each
-token... <static> Allows you to define a tokenized string and pass an arbitrary number of arguments to replace the tokens. Each
-token must be unique, and must increment in the format {0}, {1}, etc. Example usage:
-
Parameters:
| String | |||||||||||||||||||||||||||||||
leftPad( String string , Number size , [String char ] )
- :
- String<static> Pads the left side of a string with a specified character. This is especially useful
+ Class String
These functions are available on every String object. Public PropertiesThis class has no public properties. Public Methods
|