Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/advanced/docs/it
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17564/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/advanced/docs/it
Added Files:
about.htm common_buttons.htm index.htm
insert_anchor_button.htm insert_image_button.htm
insert_link_button.htm insert_table_button.htm style.css
Log Message:
complete tinyMCE addition
--- NEW FILE: about.htm ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Informazioni su TinyMCE</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table class="pageheader" border="0" cellpadding="1" cellspacing="3"
width="100%">
<tbody>
<tr>
<td><span class="title">Informazioni su TinyMCE</span></td>
<td align="right"><a href="index.htm">TOC</a></td>
</tr>
</tbody>
</table>
<hr noshade="noshade">
<br>
TinyMCE è un piccolo WYSIWYG (What You See Is What You Get,
quello che vedi è quello che ottieni) editor per i web browser
come MSIE o Mozilla che permette di editare HTML in modo comodo. Ha le
funzionalità comuni di molti word processor e non dovrebbe
essere difficile da usare.<br>
<br>
<hr noshade="noshade">
<table class="pagefooter" border="0" cellpadding="1" cellspacing="3"
width="100%">
<tbody>
<tr>
<td>Vai a: <a href="index.htm">Tavola dei contenuti</a></td>
<td align="right"><a href="#">Su</a></td>
</tr>
</tbody>
</table>
<br>
<br>
</body>
</html>
--- NEW FILE: common_buttons.htm ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Pulsanti comuni</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table class="pageheader" border="0" cellpadding="1" cellspacing="3"
width="100%">
<tbody>
<tr>
<td><span class="title">Pulsanti comuni<br>
</span></td>
<td align="right"><a href="index.htm">TOC</a></td>
</tr>
</tbody>
</table>
<hr noshade="noshade">
<br>
Di seguito una breve descrizione di ogni pulsante.<br>
<br>
<table border="1" cellpadding="3" cellspacing="0">
<tbody>
<tr>
<td><img src="../../images/bold.gif" height="20" width="20"></td>
<td>Testo <span style="font-weight: bold;">grassetto</span>.</td>
</tr>
<tr>
<td><img src="../../images/italic.gif" height="20" width="20"></td>
<td>Testo <span style="font-style: italic;">corsivo</span>.</td>
</tr>
<tr>
<td><img src="../../images/underline.gif" height="20" width="20"></td>
<td>Testo <span style="text-decoration: underline;">sottolineato</span>.</td>
</tr>
<tr>
<td><img src="../../images/strikethrough.gif" height="20"
width="20"></td>
<td>Testo <span style="text-decoration: line-through;">barrato</span>.</td>
</tr>
<tr>
<td><img src="../../images/left.gif" height="20" width="20"></td>
<td>Allinea a sinistra.</td>
</tr>
<tr>
<td><img src="../../images/center.gif" height="20" width="20"></td>
<td>Allinea al centro.</td>
</tr>
<tr>
<td><img src="../../images/right.gif" height="20" width="20"></td>
<td>Allinea a destra.</td>
</tr>
<tr>
<td><img src="../../images/full.gif" height="20" width="20"></td>
<td>Giustifica.</td>
</tr>
<tr>
<td><img src="../../images/bullist.gif" height="20" width="20"></td>
<td>Lista non ordinata.</td>
</tr>
<tr>
<td><img src="../../images/numlist.gif" height="20" width="20"></td>
<td>Lista ordianta.<br>
</td>
</tr>
<tr>
<td><img src="../../images/outdent.gif" height="20" width="20"></td>
<td>Diminuisci l'indentazione.<br>
</td>
</tr>
<tr>
<td><img src="../../images/indent.gif" height="20" width="20"></td>
<td>Aumenta l'indentazione.</td>
</tr>
<tr>
<td><img src="../../images/undo.gif" height="20" width="20"></td>
<td>Annulla l'ultima operazione.</td>
</tr>
<tr>
<td><img src="../../images/redo.gif" height="20" width="20"></td>
<td>Ripeti l'ultima operazione.</td>
</tr>
<tr>
<td><img src="../../images/link.gif" height="20" width="20"></td>
<td>Inserieci un nuovo collegamento, maggiori informazioni su
questa funzione nella <a href="insert_link_button.htm">Sezione
'Inserisci un collegamento'</a></td>
</tr>
<tr>
<td><img src="../../images/unlink.gif" height="20" width="20"></td>
<td>Rimuovi tutti i collegamenti selezionati<br>
</td>
</tr>
<tr>
<td><img src="../../images/anchor.gif" height="20" width="20"></td>
<td>Inserisci una nuova àncora, maggiori informazioni su
questa funzione nella <a href="insert_anchor_button.htm">Sezione 'Inserisci un'àncora'.</a></td>
</tr>
<tr>
<td><img src="../../images/image.gif" height="20" width="20"></td>
<td>Inserieci una nuova immagine, maggiori informazioni su questa
funzione nella <a href="insert_image_button.htm">Sezione 'Inserisci
una immagine'</a>.</td>
</tr>
<tr>
<td><img src="../../images/cleanup.gif" height="20" width="20"></td>
<td>Ripulisci il codice/rimuovi la formattazione non voluta.
Questa funzione è utile quando si copia per esempio da un
programma office<br>
</td>
</tr>
<tr>
<td><img src="../../images/help.gif" height="20" width="20"></td>
<td>Mostra questa guida<br>
</td>
</tr>
<tr>
<td><img src="../../images/code.gif" width="20" height="20"></td>
<td>Apre l'editor del sorgente HTML. </td>
</tr>
<tr>
<td><img src="../../images/table.gif" width="20" height="20"></td>
<td>Inserisce una nuova tabella 2x2 alla posizione corrente.</td>
</tr>
<tr>
<td><img src="../../images/table_insert_row_before.gif" width="20" height="20"></td>
<td>Aggiunge una riga sopra quella corrente.</td>
</tr>
<tr>
<td><img src="../../images/table_insert_row_after.gif" width="20" height="20"></td>
<td>Aggiunge una roga sotto quella corrente.</td>
</tr>
<tr>
<td><img src="../../images/table_delete_row.gif" width="20" height="20"></td>
<td>Rimuove la riga corrente. </td>
</tr>
<tr>
<td><img src="../../images/table_insert_col_before.gif" width="20" height="20"></td>
<td>Aggiunge una colonna prima di quella corrente.</td>
</tr>
<tr>
<td><img src="../../images/table_insert_col_after.gif" width="20" height="20"></td>
<td>Aggiunge una colonna dopo quella corrente.</td>
</tr>
<tr>
<td><img src="../../images/table_delete_col.gif" width="20" height="20"></td>
<td>Rimuove la colonna corrente.</td>
</tr>
<tr>
<td><img src="../../images/hr.gif" width="20" height="20"></td>
<td>Inserisce una nuova riga orizzontale.</td>
</tr>
<tr>
<td><img src="../../images/removeformat.gif" width="20" height="20"></td>
<td>Rimuove la formattazione dalla selezione. </td>
</tr>
<tr>
<td><img src="../../images/sub.gif" width="20" height="20"></td>
<td>Formatta la selezione come pedice. </td>
</tr>
<tr>
<td><img src="../../images/sup.gif" width="20" height="20"></td>
<td>Formatta la selezione come apice. </td>
</tr>
</tbody>
</table>
<br>
<hr noshade="noshade">
<table class="pagefooter" border="0" cellpadding="1" cellspacing="3"
width="100%">
<tbody>
<tr>
<td>Vai a: <a href="index.htm">Tavola dei contenuti</a></td>
<td align="right"><a href="#">Su</a></td>
</tr>
</tbody>
</table>
</body>
</html>
--- NEW FILE: index.htm ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Indice della guida</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body onload="window.focus();">
<table class="pageheader" border="0" cellpadding="1" cellspacing="3"
width="100%">
<tbody>
<tr>
<td><span class="title">Tavola dei contenuti<br>
</span></td>
<td align="right"> </td>
</tr>
</tbody>
</table>
<hr noshade="noshade">
<br>
Seleziona un argomento:<br>
<ul class="toc_ul">
<li class="toc_li"><a href="about.htm">Informazioni su TinyMCE</a></li>
<li class="toc_li"><a href="common_buttons.htm">Pulsanti comuni</a></li>
<li class="toc_li"><a href="insert_image_button.htm">Pulsante 'Inserisci immagine'<br></a></li>
<li class="toc_li"><a href="insert_link_button.htm">Pulsante 'Inserisci collegamento'</a></li>
<li class="toc_li"><a href="insert_anchor_button.htm">Pulsante 'Inserisci àncora'</a></li>
<li class="toc_li"><a href="insert_table_button.htm">Pulsante 'Inserisci tabella'</a></li>
</ul>
<hr noshade="noshade">
</body>
</html>
--- NEW FILE: insert_anchor_button.htm ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Bottone 'Inserisci àncora'</TITLE>
<link href="style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
<tr>
<td><span class="title">Bottone 'Inserisci àncora'</span></td>
<td align="right"><a href="index.htm">TOC</a></td>
</tr>
</table>
<hr noshade>
<br>
Questo bottone apre una nuova finestra che permette di aggiungere o modificare un'àncora<br>
<br>
<img src="images/insert_anchor_window.gif" width="326" height="117"><br>
<br>
C'è un solo campo in questa finestra, dove devi inserire il nome del tuo punto di àncoraggio. Ricorda che il nome dell' àncora deve essere univoco. <br>
<br>
<hr noshade>
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter">
<tr>
<td>Vai a: <a href="index.htm">Tavola dei contenuti</a></td>
<td align="right"><a href="#">Top</a></td>
</tr>
</table>
<br>
</BODY>
</HTML>
--- NEW FILE: insert_image_button.htm ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Pulsante 'Inserisci immagine'</TITLE>
<link href="style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
<tr>
<td><span class="title">Pulsante 'Inserisci immagine'</span></td>
<td align="right"><a href="index.htm">TOC</a></td>
</tr>
</table>
<hr noshade>
<br>
Il pulsante 'inserisci immagine' apre la finestra mostrata qui sotto.<br>
<br>
<img src="images/insert_image_window.gif"><br>
<br>
Si inserisce semplicemente l'url dell'immagine che si vuole collegare e una descrizione di quell'immagine,
che sarà mostrato come testo alternativo dell'immagine sulla pagina.
<br>
<br>
<strong>Descrizione dei parametri:</strong><br>
<table border="1" cellspacing="0">
<tr>
<td width="150"><strong>URL immagine </strong></td>
<td>URL/indirizzo dell'immagine.</td>
</tr>
<tr>
<td width="150"><strong>Descrizione dell'immagine </strong></td>
<td>Descrizione alternativa del contenuto dell'immagine.</td>
</tr>
<tr>
<td><strong>Dimensioni</strong></td>
<td>Larghezza/Altezza dell'immagine. </td>
</tr>
<tr>
<td><strong>Allineamento</strong></td>
<td>Allineamento dell'immagine, utile quando si inserisce del testo attorno all'immagine.</td>
</tr>
<tr>
<td><strong>Bordo</strong></td>
<td>Spessore del bordo. </td>
</tr>
<tr>
<td><strong>Spazio verticale</strong></td>
<td>Spazio verticale, utile quando si inserisce del testo attorno all'immagine.</td>
</tr>
<tr>
<td><strong>Spazio orizzontale</strong></td>
<td>Spazio orizzontale, utile quando si inserisce del testo attorno all'immagine.</td>
</tr>
</table>
<br>
<hr noshade>
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter">
<tr>
<td>Vai a: <a href="index.htm">Tavola dei contenuti</a></td>
<td align="right"><a href="#">Su</a></td>
</tr>
</table>
<br>
</BODY>
</HTML>
--- NEW FILE: insert_link_button.htm ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Pulsante 'Inserisci collegamento'</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table class="pageheader" border="0" cellpadding="1" cellspacing="3"
width="100%">
<tbody>
<tr>
<td><span class="title">Pulsante 'Inserisci collegamento'<br>
</span></td>
<td align="right"><a href="index.htm">TOC</a></td>
</tr>
</tbody>
</table>
<hr noshade="noshade">
<br>
Questo pulsante apre una nuova finstra con le funzioni di
inserimento/modifica del collegamento.<br>
<br>
<img src="images/insert_link_window.gif" height="156" width="326"><br>
<br>
Ci sono due campi in questa finestra: il primo, "Link URL" è
l'indirizzo del collegamento. Il 'target' permette di selezionare come
il collegamento deve essere aperto.<br>
<br>
<hr noshade="noshade">
<table class="pagefooter" border="0" cellpadding="1" cellspacing="3"
width="100%">
<tbody>
<tr>
<td>Vai a: <a href="index.htm">Tavola dei contenuti</a></td>
<td align="right"><a href="#">Su</a></td>
</tr>
</tbody>
</table>
<br>
<br>
</body>
</html>
--- NEW FILE: insert_table_button.htm ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Pulsante 'Inserisci tabella'</TITLE>
<link href="style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
<tr>
<td><span class="title">Pulsante 'Inserisci tabella'</span></td>
<td align="right"><a href="index.htm">TOC</a></td>
</tr>
</table>
<hr noshade>
<br>
Il pulsante 'Inserisci tabella' apre la finestra mostrata qui sotto. Questa azione permette di creare tabelle.<br>
<br>
<img src="images/insert_table_window.gif" width="346" height="225"><br>
<br>
<strong>Descrizione dei parametri:</strong><br>
<table border="1" cellspacing="0">
<tr>
<td width="150"><strong>Colonne</strong></td>
<td>Numero di colonne nella nuova tabella. </td>
</tr>
<tr>
<td width="150"><strong>Righe</strong></td>
<td>Numero di righe nella nuova tabella.</td>
</tr>
<tr>
<td><strong>Cellpadding</strong></td>
<td>Spazio tra il bordo di una cella e il suo contenuto. </td>
</tr>
<tr>
<td><strong>Cellspacing</strong></td>
<td>Spazio tra le celle della tabella.</td>
</tr>
<tr>
<td><strong>Allineamento</strong></td>
<td>Allineamento della tabella. </td>
</tr>
<tr>
<td><strong>Bordo</strong></td>
<td>Spessore del bordo della tabella.</td>
</tr>
<tr>
<td><strong>Larghezza</strong></td>
<td>Larghezza, in pixel, della tabella.</td>
</tr>
<tr>
<td><strong>Altezza</strong></td>
<td>Altezza, in pixel, della tabella.</td>
</tr>
<tr>
<td><strong>Classe</strong></td>
<td>Stile o classe CSS della tabella.</td>
</tr>
</table>
<br>
<br>
<hr noshade>
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter">
<tr>
<td>Vai a: <a href="index.htm">Tavola dei contenuti</a></td>
<td align="right"><a href="#">Su</a></td>
</tr>
</table>
<br>
</BODY>
</HTML>
--- NEW FILE: style.css ---
body { background-color: #FFFFFF; }
body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; }
.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; }
.subtitle { font-size: 12px; font-weight: bold; }
.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; }
.step_ol, .step_li { margin-left: 11 px; line-height: 16px; }
img { border: #000000 solid 1px; }
a:visited { color: #666666; text-decoration: underline; }
a:active { color: #666666; text-decoration: underline; }
a:hover { color: #666666; text-decoration: underline; }
a { color: #666666; text-decoration: underline; }
.pageheader { border: #E0E0E0 solid 1px; }
.pagefooter { border: #E0E0E0 solid 1px; }
.sample { background-color: #FFFFFF; border: #000000 solid 1px; }
.samplecontent { font-size: 10px; }
.code { background-color: #FFFFFF; border: #000000 solid 1px; }
.codecontent { font-size: 10px; }
.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold }
.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold }
.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold }
.codecontent a { color: #666666; text-decoration: none; font-weight: bold }
hr { height: 1px; }
|