I'm not sure yet, what part of the source are you interested in?
The reason I don't publish the source immediately is because I don't want multiple projects offering the same functionality. I'd like to maintain one package to satisfy everyone's needs.
Mostly I'm just interested in which technique you are using to cause the properties to render as "Not available", because I might need something similar for a project. (And also because I am just curious by nature :D)
You just need to handle the AfterContentControlLoad event.
public Handler() { ContentControl.AfterContentControlLoad += new ContentControl.AfterContentControlLoadEventHandler(ContentControl_AfterContentControlLoad); }
Source code
Hi Ron
Really curious about this package. Will you share the source for it at some point, or is it a closed source project?
Hi Morton,
I'm not sure yet, what part of the source are you interested in?
The reason I don't publish the source immediately is because I don't want multiple projects offering the same functionality.
I'd like to maintain one package to satisfy everyone's needs.
Ron
Mostly I'm just interested in which technique you are using to cause the properties to render as "Not available", because I might need something similar for a project. (And also because I am just curious by nature :D)
You just need to handle the AfterContentControlLoad event.
Ron
Ahh, I learn something new every day. Thanks for the tip.
Thats the joy of every Umbracoholic :p
Please be so kind to select the solution.
Ron
The ContentControl.AfterContentControlLoad is really usefull. You can find a good example at the following topic:
http://our.umbraco.org/forum/using/ui-questions/5493-Undelete-in-media-section-?p=2
Is it possible to get the source code on the condition I would not fork / modify / redistribute it?
You can email me: sites [at] eddudley [dot] net if you'd prefer to discuss off forum
Thanks!
is working on a reply...