Create Auto selecting Text boxes(Highlight Text on Mouse over)


Lihat dan hitung, seberapa banyak aplikasi Android yang Anda instal di smartphone Anda? 

Pernahkah terbersit di benak Anda bagaimana cara membuat aplikasi-aplikasi tersebut?

Apakah Anda Saat Ini Ingin Sekali Bisa Bikin Aplikasi Android Sendiri? Seperti aplikasi game edukasi, media pembelajaran, aplikasi berbasis sensor, aplikasi multimedia, dan lain sebagainya?

Tetapi

1. Tidak Ngerti Coding
2. Tidak Tahu Computer Programming
3. Tidak Paham Bahasa Pemrograman Android
4. Dan Sama Sekali Bukan Lulusan IT?

Jangan Khawatir ...
Ternyata, bikin aplikasi Android itu SANGAT MUDAH, bahkan bagi Pemula sekalipun.

Sekarang Anda bisa bikin aplikasi Android dengan Cepat, bahkan TANPA HARUS CODING.

Tak peduli apapun latar belakang Anda, bikin aplikasi Android itu MUDAH, semudah bermain Puzzle.

Anda Hanya Perlu 4 Langkah berikut ini :

1. Drag & drop komponen-komponen yang dibutuhkan
2. Percantik tampilan aplikasi dengan mengatur layout dan desain tampilan
3. Susun blok-blok kode programnya, dan
4. Build aplikasi Anda jadi file instalasi *.APK

Lantas, Bagimana Cara Memulainya?
Mudah kok, karena sudah hadir untuk Anda Di Sini :


Video tutorial yang membahas cara membuat aplikasi Android dengan sangat MUDAH, CEPAT, & TANPA CODING menggunakan tools App Inventor 2. 
Auto-selecting-Text-boxes
Text boxes are mostly popular among webmasters and bloggers in past and nowadays.If there are many substitutions to text boxes such as text areas which are made using styling languages,text boxes are very helpful and still surviving among web publishers.In my past tutorials on text boxes i discuss with you how to make a stylish text box,add background image to text box,disabled text area with HTML and also text area with selecting all option.After few days today i will show you how to create auto selecting text boxes easily.The process of text box is quite easy.When you hover on text box, the text on it will be selected.Also when you clicked on anywhere on blog,text will be deselected. Look at below example.





How to make Auto selecting Text box



Paste below code on your site where text box appears.You can control the rows and columns of text box by changing the bolded numbers.Paste your text or code instead of blue color text.

<textarea rows="20" cols="25" onfocus="this.select()" onmouseover="this.focus()" style="display: inline;" name="txt" onclick="this.focus();this.select()">
Enter Your Content Here...
</textarea>
Use search box to find how to add attractive CSS customized text box on your site.

Add Auto selecting Text box to blogger


You can add text box anywhere on your blog.Follow below steps to add text box with auto selecting to sidebar of your blog.

1: Sign in to your blogger account.
2: Go to Dashboard >> Layout and click on "Add a Gadget" link.
3: Choose "HTML/JavaScript" link from pop up window.
4: Then paste above code and make your customization.
5: Save your HTML/JavaScript and you're done.

If you want to add auto selecting text box inside your blog posts or static pages,switch to HTML mode and paste above code.You can get more attractive text boxes for your site.Some of them are listed in below,


Pengelola Blog : ABDUL WAHAB

Judul : Create Auto selecting Text boxes(Highlight Text on Mouse over)
Ditulis oleh : Kejutan Internet pada hari
Rating Blog : 5 dari 5
Terima kasih Anda telah membaca artikel tentang Create Auto selecting Text boxes(Highlight Text on Mouse over)
Anda boleh menyebar luaskannya atau mengcopy paste-nya jika artikel ini sangat bermanfaat bagi Blog dan teman-teman anda.
Namun jangan lupa harap memberikan link aktif dofollow yang mengarah ke URL ini ya
https://kejutaninternet.blogspot.com/2013/07/create-auto-selecting-text.html

Dan Terima kasih sekali lagi atas kunjungan Anda.

Kritik dan saran atau apapun bisa anda sampaikan melalui kotak komentar.
Dan mohon maaf jika komentar atau pertanyaan tidak bisa cepat saya respon,
karena Saya tidak bisa selalu online selama 24 Jam.


Mau Di Buatkan Blog Siap Pakai Seperti Ini ?.

Artikel Terkait

Previous
Next Post »