How do you adjust the z-index of the ExtJS container window?

View: New views
5 Messages — Rating Filter:   Alert me  

How do you adjust the z-index of the ExtJS container window?

by DTECH :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When editing my containers the ExtJS rules window is displayed under my primary navigation menu.  Is it possible to adjust the z-index of the ExtJS popup window to something over 20,000?  Thanks!

Re: How do you adjust the z-index of the ExtJS container window?

by modius :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Apr 25, 6:03 am, DTECH <drap...@...> wrote:
> When editing my containers the ExtJS rules window is displayed under my
> primary navigation menu.  Is it possible to adjust the z-index of the ExtJS
> popup window to something over 20,000?  Thanks!

I'm not sure its something we'd anticipated needing ;)

Please raise an enhancement request with your suggestion at
http://bugs.farcrycms.org/.  In the interim you might try reducing the
z-index of our menu :)

All the best,

-- geoff
http://www.daemon.com.au/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-beta" group.
To post to this group, send email to farcry-beta@...
To unsubscribe from this group, send email to farcry-beta-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: How do you adjust the z-index of the ExtJS container window?

by Matthew Bryant-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Not with a setting easily. You could use firebug to determine where  
the z-index is being set then manually override that value in your own  
CSS.

Note. your css may come before the ext css so you may reqire the  
dreaded !important

Kind regards

--
-- Matthew Bryant
Product Development Manager
Daemon Internet Consultants
Adobe Solutions Partner
http://www.daemon.com.au/
p. 02 9380 4162
f. 02 9380 4204




On 25/04/2008, at 6:03 AM, DTECH wrote:

>
>
> When editing my containers the ExtJS rules window is displayed under  
> my
> primary navigation menu.  Is it possible to adjust the z-index of  
> the ExtJS
> popup window to something over 20,000?  Thanks!
> --
> View this message in context: http://www.nabble.com/How-do-you-adjust-the-z-index-of-the-ExtJS-container-window--tp16851992s621p16851992.html
> Sent from the FarCry - Beta mailing list archive at Nabble.com.
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-beta" group.
To post to this group, send email to farcry-beta@...
To unsubscribe from this group, send email to farcry-beta-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: How do you adjust the z-index of the ExtJS container window?

by DTECH :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am actually using a menu made by http://www.udm4.com/, which handles our 508 compliancy issues.  I don't know why they padded their z-index up to 20,000.  As Matthew mentioned, I am sure there is a way to use my own custom CSS to override the z-index.

Just a side note:  You guys are doing an excellent job with farcry!

Darrell

modius wrote:
On Apr 25, 6:03 am, DTECH <drap...@gmail.com> wrote:
> When editing my containers the ExtJS rules window is displayed under my
> primary navigation menu.  Is it possible to adjust the z-index of the ExtJS
> popup window to something over 20,000?  Thanks!

I'm not sure its something we'd anticipated needing ;)

Please raise an enhancement request with your suggestion at
http://bugs.farcrycms.org/.  In the interim you might try reducing the
z-index of our menu :)

All the best,

-- geoff
http://www.daemon.com.au/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-beta" group.
To post to this group, send email to farcry-beta@googlegroups.com
To unsubscribe from this group, send email to farcry-beta-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: How do you adjust the z-index of the ExtJS container window?

by DTECH :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Matt!  Firebug worked great to find the ExtJS div IDs.  Here is my quick work around.

<cfif request.mode.design>
#iframedialog-rzproxy {z-index: 20007 !important}
#iframedialog {z-index: 20003 !important}
</cfif>

Darrell

Matthew Bryant-3 wrote:
Not with a setting easily. You could use firebug to determine where  
the z-index is being set then manually override that value in your own  
CSS.

Note. your css may come before the ext css so you may reqire the  
dreaded !important

Kind regards

--
-- Matthew Bryant
Product Development Manager
Daemon Internet Consultants
Adobe Solutions Partner
http://www.daemon.com.au/
p. 02 9380 4162
f. 02 9380 4204




On 25/04/2008, at 6:03 AM, DTECH wrote:

>
>
> When editing my containers the ExtJS rules window is displayed under  
> my
> primary navigation menu.  Is it possible to adjust the z-index of  
> the ExtJS
> popup window to something over 20,000?  Thanks!
> --
> View this message in context: http://www.nabble.com/How-do-you-adjust-the-z-index-of-the-ExtJS-container-window--tp16851992s621p16851992.html
> Sent from the FarCry - Beta mailing list archive at Nabble.com.
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-beta" group.
To post to this group, send email to farcry-beta@googlegroups.com
To unsubscribe from this group, send email to farcry-beta-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en
-~----------~----~----~----~------~----~------~--~---