Page 1 of 1

Dropdown Press CTRL

Posted: Tue Aug 22, 2017 6:29 pm
by andyrav

Hi
Is there a way to remove the message on dropdown Press CTRL to deselect?

cheers


Re: Dropdown Press CTRL

Posted: Tue Aug 22, 2017 7:57 pm
by kirondedshem

All messages generated by phpmaker are in the language xml file so as long as you just have to find its id and change in server scripts for example:
Language()->setPhrase("addsuccess", "Survey Submitted Successfully");

BUT Ive used drop down controls ie (SELECT controll) as well as searched the language file for text looking like "Press CTRL to deselect" but i cant find text like that, so on which page are you seeing this text, what browser are you using coz maybe its browser dependent and is it phpmaker generated or custom drawn.