Interface Link

Navigation:  Development > CategorySet >

Interface Link

Previous pageReturn to chapter overviewNext page

Each CategorySet has a link to add, update or view data. Here is the pattern of URL
 
Add new entry      : www.example/category/manage/[NAME]/add

View All entry       : www.example/manage/manage/[NAME]/add

Edit entry             : www.example/manage/manage/[NAME]/update/[ID]
View Single Entry : www.example/manage/manage/[NAME]/view/[ID]

 

View example for InformationSet "country" and id "5"
 
Add new entry     : www.example/category/manage/blog-cat/add
View All entry    : www.example/category/manage/blog-cat/add
Edit entry        : www.example/category/manage/blog-cat/update/5
View Single Entry : www.example/category/manage/blog-cat/view/5

 

 

In Interface Builder we always use relative like below

 

Add new entry     : category/manage/blog-cat/add
View All entry    : category/manage/blog-cat/add
Edit entry        : category/manage/blog-cat/update/5
View Single Entry : category/manage/blog-cat/view/5

 

Related Links: Interface Builder