mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:16:57 +08:00
39 lines
1.8 KiB
HTML
39 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>Umetanje teksta iz datoteke</title>
|
||
<meta charset="utf-8" />
|
||
<meta name="description" content="Umetanje teksta iz datoteke: lokalne, URL ili skladišta" />
|
||
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
||
<link type="text/css" rel="stylesheet" href="../../images/sprite.css" />
|
||
<script type="text/javascript" src="../callback.js"></script>
|
||
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
||
</head>
|
||
<body>
|
||
<div class="mainpart">
|
||
<div class="search-field">
|
||
<input id="search" class="searchBar" placeholder="Pretraga" type="text" onkeypress="doSearch(event)">
|
||
</div>
|
||
<h1>Umetanje teksta iz datoteke</h1>
|
||
<p>U <a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>-u možete umetnuti tekst iz datoteke uz zadržavanje formatiranja.</p>
|
||
<ol>
|
||
<li>
|
||
Pređite na karticu <b>Insert</b> na gornjoj traci sa alatkama.
|
||
<p><img alt="Kartica Insert" src="../images/interface/inserttab.png" /></p>
|
||
</li>
|
||
<li>Kliknite na ikonu <div class="icon icon-textfromfile"></div> <b>Text from File</b>.</li>
|
||
<li>
|
||
Izaberite jednu od sledećih opcija:
|
||
<ul>
|
||
<li><b>Text from the local file</b> – izaberite datoteku sa vašeg hard diska da biste je umetnuli u dokument.</li>
|
||
<li><b>Text from the URL file</b> – unesite odgovarajući URL da biste umetnuli tekst sa njega. Imajte u vidu da datoteka mora biti javno dostupna kako bi proces pravilno funkcionisao.</li>
|
||
<li><b>Text from the storage file</b> – izaberite datoteku sa vašeg ONLYOFFICE portala da biste umetnuli njen sadržaj.</li>
|
||
</ul>
|
||
</li>
|
||
</ol>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</body>
|
||
</html>
|