Tagged Questions
0
votes
1answer
258 views
How to add dynamically dropdown for each item I get from a list?
I am working on a custom editor part (WebParts.EditorPart) where I am reading a list, this list provides me with the links to different websites which are attached to a checkbox, so the user can ...
2
votes
2answers
80 views
Global property for all webparts on a page
Not sure if this is even possible. Is there a way to setup a global property that can be used by all webparts on a page.
1
vote
1answer
901 views
Webpart not refreshing after editing custom properties
I have a webpart with several properties that are part of a custom ToolPart. When i set the properties i would like the webpart to reflect the property changes while still editing after having ...
1
vote
3answers
380 views
Is there a way to have the tool part pane open where the WebPart zone is located?
If you're dealing with a page with many many vertical WebPartZones & WebParts, is there any way to have the ToolPart Pane open next to the WebPart you are editing? Or move up as you scroll up and ...
2
votes
1answer
515 views
How do I set the Default Value of a TextBox ToolPart without using [DefaultValue(“Default Value”)]
Right now I have created a bunch of custom controls in the ToolPart panel and I want to set a default value for one of the text boxes. Obviously I want the value to be editable by the user.
I have ...
