xpages - Can I make a categorized view where the categories are also documents -


i have form has 4 fields

key level1 level2 level3

the key type of document, our purposes level1,level2,level3.

if key in document level1 there value in level1, "app 1".

if key in document level2, value in level1 must 1 of values in level1 document. , level2 title1.

finally if there document key level3, must have valid values in level1 , level2, , "page3" in level3.

so obvious tree structure.

i trying construct categorized view (in xpages think have start categorized view in ln) this:

where user open or close twisty collapse categories, or click on entry open document. if user clicked on titl1 go title1 document, , if clicked on title2 go document , on.

for life of me cannot figure out. maybe isn't possible.

any appreciated.

bryan

thanks suggestions.

i tried make notes view suggestions, didn't work. thought better not think in classic notes development , instead think in xpages terms. seemed looking nested repeats.

so did. result looks this:

enter image description here

i want user add entry, why have "+" on last entry. allow user delete entries , move them around.

any suggestions improvements on ui welcome.

try this:

tmplevel := @trim(level1:level2:level3:level4); @implode(tmplevel;"\\"); 

for category. relatively close want. list level document separately category. might want revisit interaction design, have twistie , labels behave differently smells user confusion. anyway, notes style categorized views aren't common in web, might alternative layouts.

let know how goes!


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -