[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
DragsEnd in smarttextarea  XML
Forum Index -> Development
Author Message
heyl

Power User

Joined: 10/01/2008 09:41:55
Messages: 267
Location: Ettlingen
Offline

Hi,

is it possible that dragsend does not work in the t:smarttextarea?

My example jsp:
Code:
 <t:fixgrid id="g_14" dropreceive="row;datapool" height="100%" objectbinding="#{d.transferConfigMappingList.mappings}" rowdragsend="#{d.transferConfigMappingList.mappings.dragsEnd}" rowdropreceive="row;datapool" width="100%" >
 <t:gridcol id="g_15" text="#{d.ml["transferConfig.map.internalField"]}" width="45%" >
 <t:smarttextarea id="g_16" actionListener=".{onDrop}" dragsend="row" dropreceive="row;datapool" smarttext=".{mappingVo.internalField}" textselectioninfo=".{textSelectionInfoText}" width="100%" />
 </t:gridcol>
 <t:gridcol id="g_17" text="#{d.ml["transferConfig.map.externalField"]}" width="40%" >
 <t:field id="g_18" actionListener=".{onDrop}" dragsend="row" dropreceive="row" text=".{mappingVo.externalField}" />
 </t:gridcol>
 </t:fixgrid>
 


It works fine with the other field, but not with the smarttext.

Thanks for your help

Best regards
Frauke
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

...yes, will check...
Regards, Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

...is fixed. Fix is part of today's update (somewhere laaaate afternoon)...

Thanks + regards! Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team