|
»Forumlar »SE ? Support
»Tümünü işaretle olsa daha güzel olmaz mı?
https://seditio.com.tr/eski1/forums.php?m=posts&q=1064 |
| Author: kralmage, Posted: 2010-11-17 10:39 GMT. This post was edited by kralmage (2010-11-17 15:36 GMT, 5761 Gün ago) |
|
merhabalar ; code ?st?ne t?klay?nca hepsini se?iyor ; Kod: <script> var copytoclip=1 function HighlightAll(theField) { var tempval=eval("document."+theField) tempval.focus() tempval.select() if (document.all&?toclip==1){ therange=tempval.createTextRange() therange.execCommand("Copy") window.status="Contents highlighted and copied to clipboard!" setTimeout("window.status=''",1800) } } </script> textarea ekleyeceginiz onclick kodu ; Kod: onclick="this.focus();this.select()" |
| Author: Kaan, Posted: 2010-11-17 13:15 GMT. This post was edited by Kaan (2010-11-17 13:16 GMT, 5761 Gün ago) |
|
Ba?l?kda bir hata var san?r?m. T?m?n? i?aretle olsa daha g?zel olmaz m?? Yard?mm? istiyorsun yoksa d?k?man m? yay?nl?yorsun.? son mesaj 34 saniye Konuyu ona g?re uygun yere al?cam.. |
| Author: kralmage, Posted: 2010-11-17 15:36 GMT. |
| yard?m istiom yapamad?m. |
| Author: Kaan, Posted: 2010-11-17 16:25 GMT. |
|
system/fonksiyon.php yi a? alttakini bul. Kod: $code[$key] = "<div class=\"codetitle\">".$L['bbcodes_code'].":</div><div class=\"code\">".trim($code[$key])."</div>"; Alttakiyle de?i?tir. Kod: $code[$key] = "<div class=\"codetitle\">".$L['bbcodes_code'].":</div><div><textarea class=\"code\" name=\"code\" onclick=\"this.focus();this.select()\" rows=\"55\" style=\"height: 80px; width: 650px;\">".trim($code[$key])."</textarea></div>"; Geni?lik ve y?kseklik de?erlerini kendine g?re ayarla Kod: style=\"height: 80px; width: 650px; Kodlar? kutu i?ine al?r ve ?zerine t?kland?g?nda hepsini se?er. |
| Powered by Seditio | Print version |