On Mon, 14 Mar 2005 17:54:09 -0800, Matt Chotin <[EMAIL PROTECTED]> wrote:

> Yeah, I'd prefer people to subclass HRule and set tabEnabled=false in
> something like commitProperties() (make sure you call
> super.commitProperties() in there). Manipulating the prototype is not what
> we push in the Flex world. 

Or a custom MXML component instead:

<?xml version="1.0"?>
<mx:HRule xmlns:mx="http://www.macromedia.com/2003/mxml"; tabEnabled="false"/>

Manish


Reply via email to