(New page: == SmileyWindowHeight == Sets the hight of the "Smiley" window. The default value is 240 (in pixels). Code: <pre> FCKConfig.SmileyWindowHeight = 240 ; </pre>) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== SmileyWindowHeight == | == SmileyWindowHeight == | ||
− | Sets the | + | Sets the height of the "Insert a Smiley" window. The default value is 240 (in pixels). Code: |
− | <pre> | + | <pre>FCKConfig.SmileyWindowHeight = 240 ; |
− | FCKConfig.SmileyWindowHeight = 240 ; | ||
</pre> | </pre> |
Latest revision as of 13:34, 10 January 2008
SmileyWindowHeight
Sets the height of the "Insert a Smiley" window. The default value is 240 (in pixels). Code:
FCKConfig.SmileyWindowHeight = 240 ;