Implement Javascript render helpers
Reported by Brian Michalski | June 6th, 2010 @ 12:42 PM
We need a uniform way of adding scripts to the script source block (i.e only use the calender picker script on the add content page) and a way to add to document.ready or other
Comments and changes to this ticket
-
Brian Michalski June 6th, 2010 @ 12:45 PM
I developed some code in Flagship Geo for this, which can be seen in the following commits:
http://github.com/bamnet/flagship_geo/commit/6664ec42aefaeef9b5b0b6... - A generic level javascript holder
http://github.com/bamnet/flagship_geo/commit/dfa4381f8917cace045d17... - Having 1 document.ready trigger functionWe could copy those two bits over and add some code to generate javascript_include_tags for scripts.
-
Brian Michalski June 13th, 2010 @ 04:20 PM
- State changed from new to resolved
- Assigned user set to Brian Michalski
(from [097d567f0fa0bf94309703c2073d40c9ab30428e]) Adding js, js_ready, and head content holders. Also changing a few layout tabs to double spaces. [#90 state:resolved responsible:"Brian Michalski"] http://github.com/wtg/concerto/commit/097d567f0fa0bf94309703c2073d4...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.
People watching this ticket
Tags
Referenced by
- 90 Implement Javascript render helpers (from [097d567f0fa0bf94309703c2073d40c9ab30428e]) Adding ...