Shai Petel
Shai Petel
thanks, looks like what I needed. I'll give it a try
Any updates on this? Is someone from Microsoft looking at it, or considering to fix this? I can't ask all my customers to visit pages with a hash in the...
My issue is that our customers may add the same component several time to the page and each component needs to be aware of other instances for some internal display...
If I have a “pre-init” event where they just get their properties but don’t render it’s good enough!
At first I hoped the constructor is called. But it’s not... and even if it did - it doesn’t have the properties so it’s not good enough sadly.
Being able to query for all instances of a web part by ID, and get their saved properties is all I would need.
One more test case - printing. We have a component that suppose to print the page with all content in it. Having this lazy loading was a huge pain, since...
Yes! that new gfm plugin is working. Need to update docs - but thanks!
Seen this question rise up so many times, and I think we are all just looking for one thing: Support static members in an interface. If that would happen, you...
If interfaces supported static members, you could use a class with static foo/bar that inherited from: Interface ILoveFooBar{ static foo:FooType; static bar:BarType; } Right? That’s what I meant, I think...