function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
This is the scenario. when a check box is check. it will appear on the page.. but when its null it will not be displayed.
This is really a visual force question not apex. SO it should be asked in that forum.
Anyway. You should be able to use an <apex:panel >
and set the rendered attribute to a boolean in your APEX class. see the Documentation.
http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_outputPanel.htm
thanks!
This is really a visual force question not apex. SO it should be asked in that forum.
Anyway. You should be able to use an <apex:panel >
and set the rendered attribute to a boolean in your APEX class. see the Documentation.
http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_outputPanel.htm
thanks!