Controller Rendering
this page is a work in progress...
Popup/Quick Add Windows
Streamlined's internal JavaScript? library can be accessed directly when a custom popup or quick add window is needed. For example, to open a simple popup window:
open_local_window_from_url(title, url, model, callback) // title - the title of the popup // url - the url to open // model - the model instance to pass to the popup (optional) // callback - function to call when the window closes
Check out streamlined/files/public/javascripts/streamlined.js for the source code.
