content management system - In CQ How disable the topmost node of a tag -



content management system - In CQ How disable the topmost node of a tag -

is there way disable topmost node of tag when adding tag.

it suppose have dialog in there field xtype= tags , tag xyz under a, b, c kid nodes.

i want author select or b or c. can not select xyz.

how can implement this. in tagging_field.js

thanks.

sorry replying after long time, might helpful others. can achieved this, if user/author selects xyz tag value gets added tag field, can array of values added in tag field using getvalue method , if array contains xyz value delete value , setvalue tag field using setvalue method

here link api docs tag field refer. tag field api docs

regards, yash ahuja.

content-management-system cq5

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -