Re: [fw-general] No conditional comment support for headScript?

2008-09-26 Thread Isaak Malik
Thank you for your answer, unfortunately that is not what I meant. I'm
looking for conditional comments support with headScripts().

I'd like this to be implemented just for a matter of readability.

On Thu, Sep 25, 2008 at 9:39 PM, Jeremy Brown [EMAIL PROTECTED] wrote:

  This is an excerpt from an email on the fw-mvc list sent on 21 Aug 2008:



 $url = $this-_view-baseUrl() . '/css/blueprint/ie.css';
 $this-_view-headLink()-appendStylesheet($url, 'screen,projection', 'IE
 7');

 This outputs:

 !--[if IE 7].!-- [endif] --



 

 Jeremy Brown
 Senior Web Developer

 Spear One
 972.661.6038
 www.spearone.com



 *From:* Isaak Malik [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, September 25, 2008 2:23 PM
 *To:* fw-general@lists.zend.com
 *Subject:* [fw-general] No conditional comment support for headScript?



 How come conditional comments are not supported for headscripts? Next to
 CSS this method is also commonly used with JavaScript code/files, a common
 example is the PNG background fix.

 Are there any plans for this or will I have to force my lazy fingers to
 keep typing the extra characters?

 Thank you
 --
 Isaak Malik
 Web Developer




-- 
Isaak Malik
Web Developer


RE: [fw-general] No conditional comment support for headScript?

2008-09-25 Thread Jeremy Brown
This is an excerpt from an email on the fw-mvc list sent on 21 Aug 2008:

$url = $this-_view-baseUrl() . '/css/blueprint/ie.css';
$this-_view-headLink()-appendStylesheet($url, 'screen,projection', 'IE 7');

This outputs:

!--[if IE 7].!-- [endif] --


Jeremy Brown
Senior Web Developer
Spear One
972.661.6038
www.spearone.comhttp://www.spearone.com

From: Isaak Malik [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 25, 2008 2:23 PM
To: fw-general@lists.zend.com
Subject: [fw-general] No conditional comment support for headScript?

How come conditional comments are not supported for headscripts? Next to CSS 
this method is also commonly used with JavaScript code/files, a common example 
is the PNG background fix.

Are there any plans for this or will I have to force my lazy fingers to keep 
typing the extra characters?

Thank you
--
Isaak Malik
Web Developer