function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SiddharthSiddharth 

How can we hide visualforce pages and SControls when packaging application

Is there a way in salesforce to hide Visualforce Code and SControls when creating a package. I want them to be part of package but should be private and not visible to users.

Thanks
Siddharth
TehNrdTehNrd
Managed package should hide all of your apex code. Visualforce page code will be visible but if you put it in a component it will not be visible.

It would be nice if you didn't have to take this extra step to hide your VF code.


Message Edited by TehNrd on 01-06-2009 08:54 AM
dchasmandchasman
Support for obfuscation of page markup is on the VF roadmap - we decided not to obfuscate until we had a page extension mechanism deployed. Scontrol obfuscation is not going to be supported - scontrols are being formally deprecated as of Spring '09 and no new feature work or fixes that are not regressions in existing funcitonality in scontrols will be done from now on (has actually been that way for over a year now).
TehNrdTehNrd
Excellent. Thanks for the roadmap info.
SiddharthSiddharth
Thanks for this update to roadmap.
 
Regards,
Siddharth