Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Customizing the search on attributes
Magnus_Salgo_(IDNordicAdmin_(Delete)_2300172)
When you create a new attribute you have the possibility to set fSearchDisplayTypeIf you look in the module WEBSBROKER you have 4 alternatives ;case 0 // Text input field ;;call (modifiers, obj, valueStr, nameStr,modifierStr, modifierNameStr, clearRow, subCount ) ;end ;case 1 // date ;;call (obj, request, valueStr, nameStr, clearRow) ;end ;case 2 // 'Popup' ;;call (obj, att, valueStr, nameStr, clearRow) ;end ;case 3 // 'User' ;;call (obj, request, valueStr, nameStr, clearRow) ;end ;case 4 // 'Checkbox' ;;call (obj, valueStr, nameStr, clearRow) ;endQuestion A) WHat is the best way to add your own ?!?!? Just override the file and add ?? Any plans to change this for further versions ??When you do your own attributes normally you can extend it rather smoothly by just adding a new file to the module this would be nice to have.
Find more posts tagged with
Comments
There are no comments yet