Ok i am trying this, i have in my project _serverSpecificRequestScope.cfm:
<cfimport taglib="/farcry/core/tags/farcry" prefix="farcry" />
<!---------------------------------
PUT PRODUCTION OR DEFAULT CODE HERE
--------------------------------->
<cfimport taglib="/farcry/core/tags/webskin" prefix="skin">
<skin:registerCSS id="jquery-ui"
baseHREF="/skin/theme/css/custom-theme/"
lFiles="jquery-ui-1.7.2.custom.css" />
And in my project displayHeaderStandard.cfm:
<!--- import tag libraries --->
<cfimport taglib="/farcry/core/tags/webskin" prefix="skin">
<!--- params --->
<cfparam name="stParam.layoutClass" default="typeA">
<cfparam name="stParam.pageTitle" default="#stobj.label#">
<skin:loadJS id="jquery" />
<skin:loadJS id="jquery-ui" />
<skin:loadCSS id="jquery-ui" />
And i placed the jquery images folder and "jquery-ui-1.7.2.custom.css"
file in project\skin\theme\css\custom-theme\
I asume i need to place those somewhere else?
Getting no changes after updating app and restarting server, this is the
error i getting on website and also in webtop:
There was a problem with that last request!
Please push "back" on your browser or go back home </>
Error Details
Message Event handler exception.
Exception Type Application
Detail An exception occurred when invoking a event handler method from
Application.cfc. The method name is: onRequestEnd.
Tag Context
* C:\inetpub\wwwroot\Farcry\core\packages\farcry\combine\combine.cfc
(line: 165)
* C:\inetpub\wwwroot\Farcry\core\packages\farcry\utils.cfc (line: 68)
* C:\inetpub\wwwroot\Farcry\core\tags\core\cssInHead.cfm (line: 66)
* C:\inetpub\wwwroot\Farcry\core\tags\farcry\_farcryOnRequestEnd.cfm
(line: 74)
* C:\inetpub\wwwroot\Farcry\core\tags\farcry\_farcryOnRequestEnd.cfm
(line: 1)
* C:\inetpub\wwwroot\Farcry\core\Application.cfc (line: 317)
AJ Mercer wrote:
> an update on how to use your own jQuery UI theme
>
> in config/_serverSpecificRequestScope.cfm
>
> <cfimport taglib="/farcry/core/tags/webskin" prefix="skin">
> <skin:registerCSS id="jquery-ui"
> baseHREF="/skin/theme/css/custom-theme/"
> lFiles="jquery-ui-1.7.1.custom.css" />
>
> and then load with (eg webskins/types/displayHeaderStandard.cfm)
>
> <skin:loadJS id="jquery" />
> <skin:loadJS id="jquery-ui" />
> <skin:loadCSS id="jquery-ui" />
>
>
>
> Very cool seeing your own them inside Farcry Webtop :-)
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry