November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Have you done your own editor descriptor?
[EditorDescriptorRegistration(TargetType = typeof(Url), UIHint = MyUiHint.Something)]
public class MyImageUrlEditorDescriptor : ImageUrlEditorDescriptor
{
public override void ModifyMetadata(ExtendedMetadata metadata, IEnumerable<Attribute> attributes)
{
ClientEditingClass = "my/editors/MyUrlThumbnailSelector"; // override with own dojo module
Or just find the right CatalogueEditorDescriptor and override? in this example i override ImageUrlEditorDescriptor
Hi GOSSO,
I mean i want to use that property in html template
for exampe:
<div style="margin: 10px;">
Select a page: <EPiServer:InputPageReference ID="DemoReference" runat="server" />
</div>
This control only allow pick a page but i want a control can pick a catalog node
I am trying to decombine EPiServer.Web.WebControls dll and i saw InputCategoryTree Class and try it...
Thanks,
Thao Pham
Please always supply version and technology, so webforms huh?
ive looked in the reference and can't find anything like it. Maybe build you own picker?
Hi,
I want to add a control to show popup and select a catalog node in my custom property but i just found a control episerver:inputpagereference and this control can't brown catalog
Does anyone have solution for that?
Thanks,
Thao Pham