BLACK HILL SYSTEMS
Published on BLACK HILL SYSTEMS (http://blackhillsystems.com)

Home > MOUSE - Application Development Framework > URI Modifiers

URI Modifiers

json=1

When “&json=1” is added to a URL whose code behind executes a Mouse "read_" or "list_" Reflection method, a JSON string representing the corresponding data is presented instead of the usual user interface.

csv=1

When “&csv=1” is added to a URL whose code behind executes a Mouse "read_" or "list_" Reflection method, a pipe ("|") delimited string representing the corresponding data is presented instead of the usual user interface.

print=1

When “&print=1” is added to a URL whose code behind executes a Mouse "read_" or "list_" Reflection method, data paging is disabled in order to permit visualization of all data. Note that this should be used wisely as slow or very large queries could adversely affect rendering of the page or availability of the database. A SQL LIMIT should be used in the object join if this is a possibility.

  • Log in [1] to post comments

Source URL: http://blackhillsystems.com/?q=node/33

Links
[1] http://blackhillsystems.com/?q=user/login&destination=node/33%23comment-form