You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all let me start off by saying that KalikoCMS is spectacular!
Just wondering how i can add the image property class or the file property class to custom property type editors like the one used in (featurepropertyeditor.ascx). I noticed that for textbox fields you just reference the fieldname.text value but how would I do that for the uploaded image or file?
Regards,
Juan
The text was updated successfully, but these errors were encountered:
I've totally missed this. There seems to been something wrong with the issue notification setup :(
As of release 1.1.0 the easiest way to add an image or any other property type to your own custom property type is by using CompositeProperty. For a sample on how to implement ?CompositeProperty see: http://kaliko.com/blog/new-in-kaliko-cms-1.1.0/
To add an image property to the sample is done by just adding an ImageProperty and an attribute (just like on page types):
First of all let me start off by saying that KalikoCMS is spectacular!
Just wondering how i can add the image property class or the file property class to custom property type editors like the one used in (featurepropertyeditor.ascx). I noticed that for textbox fields you just reference the fieldname.text value but how would I do that for the uploaded image or file?
Regards,
Juan
The text was updated successfully, but these errors were encountered: