Feature Requests item #1443262, was opened at 2006-03-05 00:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1443262&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Priority: 5
Submitted By: Eelco Hillenius (eelco12)
Assigned to: Nobody/Anonymous (nobody)
Summary: support src tags for autolinking

Initial Comment:
I don't know whether this was ever brought up, but
autolinking could with very little effort additionally
work for src attributes. Besides the obvious thing,
images, this would be very nice for javascript header
contributions. For instance, DatePicker could look like:

        <wicket:head>
                <wicket:link autolink="true">
                        <script type="text/javascript"
src="calendar.js"></script>
                        <script type="text/javascript"
src="calendar-setup.js"></script>
                        <link rel="stylesheet" type="text/css"
href="style/calendar-blue.css"/>
                </wicket:link>
                        <script wicket:id="calendarLanguage"
type="text/javascript" src="lang/calendar-en.js"></script>
        </wicket:head>

etc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1443262&group_id=119783


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to