Metodo small

Restituisce una stringa in cui il testo di un oggetto String è racchiuso tra i tag HTML <SMALL>.

function small() : String

Note

Non viene verificato se il tag è già stato applicato alla stringa.

Esempio

Nell'esempio seguente viene illustrato l'utilizzo del metodo small.

var strVariable = "This is a string";
strVariable = strVariable.small();

Il valore di strVariable dopo l'ultima istruzione è:

<SMALL>This is a string</SMALL>

Requisiti

Versione 1

Si applica a:

Oggetto String

Vedere anche

Riferimenti

Metodo big