Copied to clipboard

Flag this post as spam?

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


  • gilad 185 posts 425 karma points
    Dec 11, 2011 @ 15:18
    gilad
    0

    Tags datatype issue

    hii everyone

    is it possible to extend the tags data type for showing a check box list with all added tags from same document type?

    i mean : let say i create a new node(NODE1) and set two tags : tag1 , tag2

    now.. if i create another same documentTYPE new node(NODE2) the tags will be empty..

    i want the tag will be with this (tag1,tag2) checkbox list.. ( not checked ).

    if i add a new tag to NODE2 ( tag3 ).

    the tag checkbox list in NODE1 should be now :

    tag1(checked)

    tag2(checked)

    tag3(not checked) 

    is there some pacakge for this?

    thanks in advance.

  • Rodion Novoselov 694 posts 859 karma points
    Dec 11, 2011 @ 15:30
    Rodion Novoselov
    0

    Hi. Probably it's achievable by handling the Document.New event, so that to set the tag property to the required state on document creation.

  • gilad 185 posts 425 karma points
    Dec 12, 2011 @ 14:37
    gilad
    0

    hii rodion... 

    thanks for replay but this event let me set a value for some property when create the node.

    i need the property to be empty. 

    but a checkbox list( no checked ) with the rest of tags from the same document type..

    anyway... i creating a new dataType-usercontrol to handle with this issue... 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies