1. Hackwar
  2. General
  3. Saturday, March 24 2018, 11:42 AM
Hi,
I've been working with your code a lot lately and created quite a few custom field types. There is quite a bit of duplicate code in those fields and so I wanted to ask if you could add an interface and a base class for Field types. You could add an interface like this:


interface JsnFieldInterface
{
public static function create($alias);
public static function delete($alias);
public static function getSearchInput($field);
public static function getSearchQuery($field, $query);
public static function getXml($item);
public static function loadData($field, $user, $data);
public static function storeData($field, $data, $storeData);
}


The base class could implement most of those methods and the fieldtypes would override those again where necessary. You could name it JsnFieldHelper. ;)
Hackwar Accepted Answer
Please also add the ability to add your own CSS classes to a field.
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Thanks for this suggestion, we will consider these improvements for future releases :D
  1. more than a month ago
  2. General
  3. # 2
Hackwar Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
Hi,
the next version will include these features. It is scheduled for the next week.
  1. more than a month ago
  2. General
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.