如何使用RotatingImagesComponent

2020-09-05 14:51发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


我正在尝试使用RotatingImagesComponent,到目前为止,我已经创建了一些如下的BannerComponents:

  INSERT_UPDATE BannerComponent;  $ contentCV [unique = true];  uid [unique = true]; 名称;  urlLink;  &componentRef
  ;  ;  UCHompageBannerComponent;  UC主页旋转标语组件; /类别/技术/相机/DSLR/c/dslr;  UCHompageBannerComponent
  ;  ;  UCHompageBannerSecondComponent;  UC主页旋转标语第二部分; /类别/技术/相机/DSLR/c/dslr;  UCHompageBannerSecondComponent

  

然后使用RotatingImagesComponent:

  INSERT_UPDATE RotatingImagesComponent;  $ contentCV [unique = true];  uid [unique = true]; 名称;  Banners(&componentRef); 超时;  &componentRef;
  ;  ;  UCHompageRotatingImagesComponent;  UC主页图片旋转组件;  UCHompageBannerComponent,UCHompageBannerSecondComponent;  1个 UCHompageRotatingImagesComponent

  

并将其添加到ContentSlot:请注意,我有一个SimpleResponsiveBannerComponent(UCHompageSplashBannerComponent)

  INSERT_UPDATE Con​​tentSlot;  $ contentCV [unique = true];  uid [unique = true]; 名称; 活性;  cmsComponents(&componentRef)
  ;  ;  Section1Slot-Homepage; 第一节主页槽; 真实;  UCHompageSplashBannerComponent,UCHompageRotatingImagesComponent
  ;  ;  Section2ASlot-Homepage; 第2A节主页槽; 真实;
  ;  ;  Section2BSlot-Homepage; 主页的Section2B插槽; 真实;
  ;  ;  Section2CSlot-Homepage;  2C版主页插槽; 真实;
  ;  ;  Section3Slot-Homepage; 第三节主页槽; 真实;  UCHomepageProductCarouselComponent,NewUCHomepageProductCarouselComponent
  ;  ;  Section4Slot-Homepage; 第4节主页槽; 真实;
  ;  ;  Section5Slot-Homepage; 第5节主页槽; 真实;

  

该ContentSlot到ContentSlotForPage ...

这是针对cms-sensitive-content.impex的,在cms-sensitive-content_en.impes中,我创建了2种媒体:

  INSERT_UPDATE媒体; 代码[unique = true];  @media [translator = de.hybris.platform.impex.jalo.media.MediaDataTranslator] [forceWrite = true]; 实文件名;  altText;  mime [默认='image/jpeg'];  $ contentCV [unique = true];  folder(qualifier)[默认=图片];
  ;  UC_RotatingCameras.jpg;  $ siteResource/images/banners/homepage/sensitive/UC_CamerasBanner.jpg;  UC_CamerasBanner.jpg;  "相机";
  ;  UC_RotatingCamerasSecond.jpg;  $ siteResource/images/banners/homepage/sensitive/UC_960x330_HomeSpeed_EN_01_960W.jpg;  UC_960x330_HomeSpeed_EN_01_960W.jpg;  "在选择的相机上节省大笔费用";

  

并将这些媒体添加到横幅:

  INSERT_UPDATE BannerComponent;  $ contentCV [unique = true];  uid [unique = true]; 媒体(代码)
  ;  ;  UCHompageBannerComponent;  UC_RotatingCamerasSecond.jpg
  ;  ;  UCHompageBannerSecondComponent;  UC_RotatingCameras.jpg

  

现在,我的问题是BannerComponent是单独显示的,而不是旋转图像,只是一个显示在另一个下方,并且我的SimpleResponsiveBannerComponent也没有显示,但是如果我从内容槽退出UCHompageRotatingImagesComponent,则显示SimpleResponsiveBannerComponent。 ..不知道我要缺少什么。

谢谢。

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


我正在尝试使用RotatingImagesComponent,到目前为止,我已经创建了一些如下的BannerComponents:

  INSERT_UPDATE BannerComponent;  $ contentCV [unique = true];  uid [unique = true]; 名称;  urlLink;  &componentRef
  ;  ;  UCHompageBannerComponent;  UC主页旋转标语组件; /类别/技术/相机/DSLR/c/dslr;  UCHompageBannerComponent
  ;  ;  UCHompageBannerSecondComponent;  UC主页旋转标语第二部分; /类别/技术/相机/DSLR/c/dslr;  UCHompageBannerSecondComponent

  

然后使用RotatingImagesComponent:

  INSERT_UPDATE RotatingImagesComponent;  $ contentCV [unique = true];  uid [unique = true]; 名称;  Banners(&componentRef); 超时;  &componentRef;
  ;  ;  UCHompageRotatingImagesComponent;  UC主页图片旋转组件;  UCHompageBannerComponent,UCHompageBannerSecondComponent;  1个 UCHompageRotatingImagesComponent

  

并将其添加到ContentSlot:请注意,我有一个SimpleResponsiveBannerComponent(UCHompageSplashBannerComponent)

  INSERT_UPDATE Con​​tentSlot;  $ contentCV [unique = true];  uid [unique = true]; 名称; 活性;  cmsComponents(&componentRef)
  ;  ;  Section1Slot-Homepage; 第一节主页槽; 真实;  UCHompageSplashBannerComponent,UCHompageRotatingImagesComponent
  ;  ;  Section2ASlot-Homepage; 第2A节主页槽; 真实;
  ;  ;  Section2BSlot-Homepage; 主页的Section2B插槽; 真实;
  ;  ;  Section2CSlot-Homepage;  2C版主页插槽; 真实;
  ;  ;  Section3Slot-Homepage; 第三节主页槽; 真实;  UCHomepageProductCarouselComponent,NewUCHomepageProductCarouselComponent
  ;  ;  Section4Slot-Homepage; 第4节主页槽; 真实;
  ;  ;  Section5Slot-Homepage; 第5节主页槽; 真实;

  

该ContentSlot到ContentSlotForPage ...

这是针对cms-sensitive-content.impex的,在cms-sensitive-content_en.impes中,我创建了2种媒体:

  INSERT_UPDATE媒体; 代码[unique = true];  @media [translator = de.hybris.platform.impex.jalo.media.MediaDataTranslator] [forceWrite = true]; 实文件名;  altText;  mime [默认='image/jpeg'];  $ contentCV [unique = true];  folder(qualifier)[默认=图片];
  ;  UC_RotatingCameras.jpg;  $ siteResource/images/banners/homepage/sensitive/UC_CamerasBanner.jpg;  UC_CamerasBanner.jpg;  "相机";
  ;  UC_RotatingCamerasSecond.jpg;  $ siteResource/images/banners/homepage/sensitive/UC_960x330_HomeSpeed_EN_01_960W.jpg;  UC_960x330_HomeSpeed_EN_01_960W.jpg;  "在选择的相机上节省大笔费用";

  

并将这些媒体添加到横幅:

  INSERT_UPDATE BannerComponent;  $ contentCV [unique = true];  uid [unique = true]; 媒体(代码)
  ;  ;  UCHompageBannerComponent;  UC_RotatingCamerasSecond.jpg
  ;  ;  UCHompageBannerSecondComponent;  UC_RotatingCameras.jpg

  

现在,我的问题是BannerComponent是单独显示的,而不是旋转图像,只是一个显示在另一个下方,并且我的SimpleResponsiveBannerComponent也没有显示,但是如果我从内容槽退出UCHompageRotatingImagesComponent,则显示SimpleResponsiveBannerComponent。 ..不知道我要缺少什么。

谢谢。

付费偷看设置
发送
1条回答
小c菟菟
1楼-- · 2020-09-05 15:35

我认为这是前端问题,请检查.js,.jsp文件中的任何错误...早些时候,我遇到了相同的问题:在jquery文件中。size方法已弃用解决方案:而不是size()方法 我用了.length现在它工作正常

.....谢谢你

一周热门 更多>