First I can get all sub categories by js,but I only get the category name like English etc.
I want to get category name like /categories/General/Languages/English/American English in js.Any idea? Thanks!
First I can get all sub categories by js,but I only get the category
Share
Through my experiment, I found a better idea, the
categoryNode.displayPathcould get name like/categories/General/Software Document Classification/Development Plansdirectly. Thank you!