hotmol(hindiwebdunianetwork)
au   |   au   |   Set as Homepage
हिंदी वेब दुनिया न्यूज़ 
    
Custom Search

हिन्दी टाइपिंग सुविधा साइडबार में

बहुत से साथी बार-बार पूछ रहे थे कि साइडबार में हिन्दी में लिखने वाला औज़ार कैसे लगाया जा सकता है। हाल ही अमिताभ भूषणजी ने भी यही सवाल किया था। कुछ प्रयास के बाद आखिर मुझे ऐसा बटन तैयार करने में कामयाबी मिल ही गई, जिसे क्लिक कर आप सीधे ही अपने ब्लॉग की साइडबार में हिन्दी में लिखने वाला बक्सा लगा सकते हैं। इसके लिए न तो आपको किसी कोड को कॉपी-पेस्ट करना है और न ही अपनी टेम्पलेट के कोड के साथ छेड़छाड़ करनी है। बस नीचे दिया गया बटन दबाइए और अपने ब्लॉगर अकाउंट में लॉग-इन कर हिन्दी ब्लॉग की इस खास विजेट को जोड़ लीजिए।


बटन तक जाने के लिए यहां क्लिक करें...


वैसे आप चाहें तो साइडबार में इस कोड को कॉपी कर एड ए गेजेट में एचटीएमएल/जावास्क्रिप्ट में पेस्ट कर एक नया विजेट भी पा सकते हैं-
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load("elements", "1", {
packages: "transliteration"
});
function onLoad() {
var options = {
sourceLanguage:
google.elements.transliteration.LanguageCode.ENGLISH,
destinationLanguage:
google.elements.transliteration.LanguageCode.HINDI,
shortcutKey: 'ctrl+g',
transliterationEnabled: true
};
// Create an instance on TransliterationControl with the required
// options.
var control =
new google.elements.transliteration.TransliterationControl(options);

// Enable transliteration in the textbox with id
// 'transliterateTextarea'.
control.makeTransliteratable(['transliterateTextarea']);
}
google.setOnLoadCallback(onLoad);
</script>
<div align="left"><textarea id="transliterateTextarea" style="width:100%;height:100px"></textarea></div><p align="right"><a style="font-size:60%;" href="http://manojjaiswal2.blogspot.com/2011/03/blog-post_2670.html">विजेट आपके ब्लॉग पर</a></p>
babyjaiswal000@gmail.com

कोई टिप्पणी नहीं: