Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. {
  2. name: "alfresco/forms/controls/ComboBox",
  3. config: {
  4. fieldId: "someFieldId",
  5. label: "myListName",
  6. name: "assoc_sc_goods",
  7. addedAndRemovedValues: true,
  8. valueDelimiter: ",",
  9. firstValueIsDefault: false,
  10. showAllOptionsOnOpen: true,
  11. searchStartsWith: true,
  12. optionsConfig: {
  13. queryAttribute: "label",
  14. labelAttribute: "label",
  15. valueAttribute: "name",
  16. publishTopic: "ALF_GET_FORM_CONTROL_OPTIONS",
  17. publishPayload: {
  18. resultsProperty: "options",
  19. url: url.context + "/proxy/alfresco/slingshot/datalists/lists/node/workspace/SpacesStore/11111111-1111-1111-1111-111111111111",
  20. itemsAttribute: "datalists",
  21. labelAttribute: "name",
  22. valueAttribute: "nodeRef"
  23. }
  24. }
  25. }
  26. }
  27.  
  28. "assoc_sc_goods_added": "goodName"
  29.  
  30. "assoc_sc_goods_added": "workspace://SpacesStore/22222222-2222-2222-2222-222222222222"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement