how can i get the json for detail page?

samani

Member
hi,
how can i create the file such as view.json.php for get the json output in the page detail?
if i do that , it's return for me something such as comment of that page?
tnx
 
Not sure what you mean.

Paste the code you are trying to use.

The existing raw view obviously builds the read only JSON values, so it should jusyt be a case of picking the bones out of that code.

-- hugh
 
when i set the format=json at the end of list url, i can get the json of list.
i want get the json of the each detail page(item page or row)
how to do that?
i copied the com_fabrik/views/list/view.json.php and view.base.php to com_fabrik/views/details and some custom code to replicate get json such as geting list json.is it right or exist a better way?
 
No, list views are very different to detail views.

The detail views are actually in ./views/form, which then figure out if the form is editable or not, and load the templates from either ./views/form/tmpl or ./views/details/tmpl accordingly.

The existing view.raw.php will return a JSON structure for the data for a form or details view, if you do &format=raw on a form or details view.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Staff online

Members online

Back
Top