faq/backend/pages/add.html |
Pages\Add |
Name |
Type |
Description |
page |
Page
|
Single (empty) Page record
|
|
Add a new record. Assigns an empty record to the template. |
faq/backend/pages/edit.html |
Pages\Edit |
Name |
Type |
Description |
page |
Page
|
Retrieved Page record
|
|
Retrieve a single record and display the edit page for the record |
faq/backend/pages/manage.html |
Pages\Manage |
|
Retrieve available records and assign them to the template for editing. |
faq/backend/question-comments/add.html |
QuestionComments\Add |
Name |
Type |
Description |
questionComment |
QuestionComment
|
Single (empty) QuestionComment record
|
|
Add a new record. Assigns an empty record to the template. |
faq/backend/question-comments/edit.html |
QuestionComments\Edit |
Name |
Type |
Description |
questionComment |
QuestionComment
|
Retrieved QuestionComment record
|
|
Retrieve a single record and display the edit page for the record |
faq/backend/question-comments/manage.html |
QuestionComments\Manage |
|
Retrieve available records and assign them to the template for editing. |
faq/backend/questions/add.html |
Questions\Add |
Name |
Type |
Description |
question |
Question
|
Single (empty) Question record
|
|
Add a new record. Assigns an empty record to the template. |
faq/backend/questions/edit.html |
Questions\Edit |
Name |
Type |
Description |
question |
Question
|
Retrieved Question record
|
|
Retrieve a single record and display the edit page for the record |
faq/backend/questions/manage.html |
Questions\Manage |
|
Retrieve available records and assign them to the template for editing. |