(New page: == SmileyWindowWidth == Sets the width of the "Smiley" window. The default value is 320 (in pixels). Code: <pre> FCKConfig.SmileyWindowWidth = 320 ; </pre>) |
|||
Line 1: | Line 1: | ||
== SmileyWindowWidth == | == SmileyWindowWidth == | ||
− | Sets the width of the "Smiley" window. The default value is 320 (in pixels). Code: | + | Sets the width of the "Insert a Smiley" window. The default value is 320 (in pixels). Code: |
− | <pre> | + | <pre>FCKConfig.SmileyWindowWidth = 320 ; |
− | FCKConfig.SmileyWindowWidth = 320 ; | ||
</pre> | </pre> |
Latest revision as of 13:35, 10 January 2008
SmileyWindowWidth
Sets the width of the "Insert a Smiley" window. The default value is 320 (in pixels). Code:
FCKConfig.SmileyWindowWidth = 320 ;