Difference between revisions of "CSData 1 0-makeCSSafe"
From ADF Docs
| Line 4: | Line 4: | ||
public String <strong>makeCSSafe</strong> ( string stringToFix, Boolean makeLowerCase ) | public String <strong>makeCSSafe</strong> ( string stringToFix, Boolean makeLowerCase ) | ||
| − | == Parameters == | + | == Parameters == |
| − | + | <table id="lib-params"> | |
| + | <tr class="header"> | ||
| + | <td>Required</td> | ||
| + | <td>Name</td> | ||
| + | <td>Type</td> | ||
| + | <td>Description</td> | ||
| + | </tr> | ||
| + | |||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td class="required">required</td> | ||
| + | |||
| + | <td>stringToFix</td> | ||
| + | <td>string</td> | ||
| + | <td>The string that needs to be fixed</td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>optional</td> | ||
| + | |||
| + | <td class="required">optional</td> | ||
| + | |||
| + | <td>makeLowerCase</td> | ||
| + | <td>Boolean</td> | ||
| + | <td>[Default: false] Determine wether or not the string returned should be lowercase</td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 03:35, 24 March 2010
Description
Signature
public String makeCSSafe ( string stringToFix, Boolean makeLowerCase )
Parameters
| Required | Name | Type | Description | |
| required | stringToFix | string | The string that needs to be fixed | |
| optional | optional | makeLowerCase | Boolean | [Default: false] Determine wether or not the string returned should be lowercase |