AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones de imagen
  • Managing the transition effects
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Displays the first image for the scroll.
Example
// Display the first banner
IMG_Banner.First()
Syntax
<Image control>.First()
<Image control>: Control name
Name of the control to be used:
  • Image control,
  • Clickable Image control,
  • Thumbnail control.
Remarks

Managing the transition effects

If transition effects have been specified during the control description:
  • WEBDEV - Browser codePHP These transition effects are taken into account when <Image>.First is used .
  • WEBDEV - Server code These transition effects are ignored when <Image>.First is used. Indeed, the page is entirely refreshed. To take these effects into account, you must use a code in Ajax mode.
Component: wd290page.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local