How To Change Placeholder Color Of Ion-Select

Open the .Ts File of your page the put this code there. example if you using select in register page then open the register.ts file and paste this code there. ionViewDidEnter() { // select placeholder color const mycolor= document.querySelectorAll(‘ion-select’); mycolor.forEach((sel2) => { sel2.shadowRoot.querySelectorAll(‘.select-placeholder’) .forEach((elem) => { elem.setAttribute(‘style’, ‘color: red;’); });

Read More »

HTML To Docx Export by jquery

There are many ways to export html to doc or docx. . htm-docx-js is easy to use, User-friendly and beneficial for all designer or developers. It have ver small library and its  convert html to docx format that is used by Microsoft word 2007.. plz note that its not support

Read More »

notepad++ keyboard hacks for windows

Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32

Read More »
No data found.