You need to sign in to do that
Don't have an account?
vinayakamurthy
how to remove standard style sheets from date field
i used date field in an controller, my requirement is when i click input field in date the pop up of date calender should not appear,instead of that custom style sheets which i have used for date should appear..
Hi You can put <apex:page standardStylesheets="false" > or you can you <apex:inputText> for date field instead of <apex:inputField>. You can open pop-up in <apex:inputText> using onclick command.