November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
[PageDefinitionTypePlugIn(
DisplayName="Long string - simple editor",
Description="Long string - simple editor")
]
2) public override string Description
{
get
{
return "FIFF: Years - list";
}
}
public override string DisplayName
{
get
{
return "FIFF: Years - list";
}
}
These codes above not working when I try edit property. In combobox showing all available properties - name of this property is always this same as name of class - but I want to have my own cool ;) name here.
Regards
M.Kierepka
FIFF: Years - list
Regards,
Johan Olofsson
[...] namespace MakingWaves.Fiff.Episerver.Properties { ///
/// Summary description for PropertyLongStringSimpleEditor.
///
[Serializable]
[PageDefinitionTypePlugIn]
public class PropertyLongStringSimpleEditor : PropertyLongString
{
public PropertyLongStringSimpleEditor()
{
}
Regards M.Kierepka