I have a custom data type and i would like to give it as much screen real esate to work with as possible. Is there a way to hide the property label when its displayed like the Richtext editor does?
It looks like IDataEditor requires you to persist your data values seperately whereas IUsercontrolDataEditor allows you just expose a Value property that umbraco persists for you. Is there a way to do this with IUsercontrolDataEditor?
Yes is there a solution to this problem, i want to remove the label but IUsercontrolDataEditor does not implement ShowLabel. I read that we need to use javascript to hide the label, is there a server side solution?
How to remove label with custom data type
I have a custom data type and i would like to give it as much screen real esate to work with as possible. Is there a way to hide the property label when its displayed like the Richtext editor does?
Hi,
Yes, in your class that implements the IDataEditor interface, there's a bool property called ShowLabel, just set this to return false.
HTH,
Hendy
It looks like IDataEditor requires you to persist your data values seperately whereas IUsercontrolDataEditor allows you just expose a Value property that umbraco persists for you. Is there a way to do this with IUsercontrolDataEditor?
Yes is there a solution to this problem, i want to remove the label but IUsercontrolDataEditor does not implement ShowLabel.
I read that we need to use javascript to hide the label, is there a server side solution?
is working on a reply...