Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sean Dooley 288 posts 527 karma points
    Jun 28, 2013 @ 14:39
    Sean Dooley
    0

    Extending the Multiple Textstring

    I'm looking to extend the Multiple Textstring DataType to include 3 checkboxes after each textstring.

    Any options on how to go about doing this?

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Jun 28, 2013 @ 14:43
    Lee Kelleher
    100

    Hi Sean,

    It's a case of either; hacking the source-code (to make a new/derived data-type) or look at other options - like DataTypeGrid or Embedded Content?

    Cheers, Lee.

  • Sean Dooley 288 posts 527 karma points
    Jul 04, 2013 @ 18:30
    Sean Dooley
    0

    Hi Lee

    I ended up replicating the Multiple Textstring layout and functionality with checkboxes in a custom datatype (Umbraco Usercontrol Wrapper).

    On a separate note, currently looking at using the Checkbox Tree datatype whereby I can select parent and child nodes. This is being saved as a CSV string. For instance,

    parent,child,child
    1122,1783,1782

    Scratching my head at the moment in trying to workout how to render the CSV string as a nested list. For instance,

    parent
    - child
    - child

    I'm looking to use XSLT as the rest of the site is built in XSLT. Any ideas?

Please Sign in or register to post replies

Write your reply to:

Draft