Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
[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