X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/String.html diff --git a/docs/output/String.html b/docs/output/String.html index 1be5823e..d74b99b0 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
|