X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/output/Ext.util.TextMetrics.html?ds=sidebyside diff --git a/docs/output/Ext.util.TextMetrics.html b/docs/output/Ext.util.TextMetrics.html index 3bd6fb43..eb45c54c 100644 --- a/docs/output/Ext.util.TextMetrics.html +++ b/docs/output/Ext.util.TextMetrics.html @@ -1,9 +1,10 @@ -
Package: | Ext.util |
Defined In: | TextMetrics.js |
Class: | TextMetrics |
Extends: | Object |
Package: | Ext.util |
Defined In: | TextMetrics.js |
Class: | TextMetrics |
Extends: | Object |
Method | Defined By | |
---|---|---|
bind( String/HTMLElement el )
:
- voidBinds this TextMetrics instance to an element from which to copy existing CSS styles
-that can affect the size of the ... Binds this TextMetrics instance to an element from which to copy existing CSS styles
+ void Only available on the instance returned from createInstance, not on the singleton.
+Binds this TextMetrics instance to... Only available on the instance returned from createInstance, not on the singleton. +Binds this TextMetrics instance to an element from which to copy existing CSS styles that can affect the size of the rendered textParameters:
| TextMetrics | |
createInstance( String/HTMLElement el , [Number fixedWidth ] )
:
Ext.util.TextMetrics.InstanceReturn a unique TextMetrics instance that can be bound directly to an element and reused. This reduces
@@ -11,18 +12,24 @@ the overhead ... Return a unique TextMetrics instance tha
the overhead of multiple calls to initialize the style properties on each measurement. Parameters:
| TextMetrics | |
getHeight( String text )
:
- NumberReturns the measured height of the specified text. For multiline text, be sure to call
-setFixedWidth if necessary. Returns the measured height of the specified text. For multiline text, be sure to call
+ Number Only available on the instance returned from createInstance, not on the singleton.
+Returns the measured height of the... Only available on the instance returned from createInstance, not on the singleton. +Returns the measured height of the specified text. For multiline text, be sure to call setFixedWidth if necessary.Parameters:
| TextMetrics | |
getSize( String text )
:
- ObjectReturns the size of the specified text based on the internal element's style and width properties Returns the size of the specified text based on the internal element's style and width properties Parameters:
| TextMetrics | |
getWidth( String text )
+ ObjectOnly available on the instance returned from createInstance, not on the singleton.
+Returns the size of the specified ... Only available on the instance returned from createInstance, not on the singleton. +Returns the size of the specified text based on the internal element's style and width propertiesParameters:
| TextMetrics | |
getWidth( String text )
:
- NumberReturns the measured width of the specified text Returns the measured width of the specified text Parameters:
| TextMetrics | |
measure( String/HTMLElement el , String text , [Number fixedWidth ] )
+ NumberOnly available on the instance returned from createInstance, not on the singleton.
+Returns the measured width of the ... Only available on the instance returned from createInstance, not on the singleton. +Returns the measured width of the specified textParameters:
| TextMetrics | |
measure( String/HTMLElement el , String text , [Number fixedWidth ] )
:
ObjectMeasures the size of the specified text Measures the size of the specified text Parameters:
| TextMetrics | |
setFixedWidth( Number width )
:
- voidSets a fixed width on the internal measurement element. If the text will be multiline, you have
-to set a fixed width... Sets a fixed width on the internal measurement element. If the text will be multiline, you have
+ void Only available on the instance returned from createInstance, not on the singleton.
+Sets a fixed width on the internal... Only available on the instance returned from createInstance, not on the singleton. +Sets a fixed width on the internal measurement element. If the text will be multiline, you have to set a fixed width in order to accurately measure the text height.Parameters:
| TextMetrics |