Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ve-dev] Extra line when generating code for a new component etc.

Thanks again.
I am unable to upgrade to 1.2 at the moment due to compatibility issues with the version of Eclipse, and other plug-ins we are using.
However, when I come back to this problem, I'll know what to do.
 
Darren
 

 
 -----Original Message-----
From: ve-dev-bounces@xxxxxxxxxxx [mailto:ve-dev-bounces@xxxxxxxxxxx]On Behalf Of Rich Kulp
Sent: 18 May 2006 18:41
To: Discussions people developing code for the Visual Editor project
Subject: RE: [ve-dev] Extra line when generating code for a new component etc.


Hi,

To modify something on drop you would use an IContainmentHandler (this is VE 1.2, VE 1.1.0.1 doesn't have this capability). See awt/label.override and LabelContainmentHandler.

Please note that if a class and a subclass each provide an IContainmentHandler, only the subclass's IContainmentHandler will be called. The subclass's IContainmentHandler hides the superclass's IContainmentHandler.

Rich

Back to the top