UiPath Documentation
apps
latest
false
Guía del usuario de Legacy Apps
Importante :
Para ver la documentación sobre proyectos de aplicaciones en Studio Web, consulta el capítulo Proyectos de aplicaciones de la documentación de Studio Web: https://docs.uipath.com/es/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web. Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Selector de archivos

General

Nota:

To better understand how the File Picker control works, check out the Including File Control in Apps pages in the How To section.

  • Vinculación de valor: vincula el selector de archivos a un argumento del Proceso RPA o a un campo de la App. Esta propiedad se resuelve dinámicamente durante el tiempo de ejecución.
  • Tamaño máximo de archivo: el tamaño máximo permitido para el archivo cargado. El tamaño máximo de archivo recomendado es de 10 MB.
  • Tipos de archivo permitidos: los tipos de archivo permitidos para el archivo cargado. Utiliza "," para separar elementos. Por ejemplo, si se escribe .jpg, .png, .svg, solo se podrán cargar estos tipos de archivos. El símbolo . no es obligatorio al enumerar los tipos de archivo.
  • Texto auxiliar: configura el texto sugerido para el control que se muestra en el tiempo de ejecución.
  • Tooltip - Tooltip to be displayed on the control. Use this to provide additional information on the control.
  • Label - Text to be displayed next to the control. If the Required property is set to =true, there is also an asterisk * after the text.
  • Requerido: si se establece en =true, hace que este control sea obligatorio. También añade un asterisco * tras el texto de etiqueta configurado en el tiempo de ejecución.
  • Min length - Sets the minimum number of characters required by the validation.
  • Custom Error Message - Text to be displayed if the Required property is set to =true and the control is left empty.
  • Hidden- If selected, hides the control in the runtime.
  • Deshabilitado: si se selecciona, deshabilita el control en el tiempo de ejecución.
  • Solo descargar: si se selecciona, solo permite al usuario descargar el archivo en tiempo de ejecución.
Nota:

The File Picker control can upload only one file at a time.

Eventos

  • Archivo agregado: configura lo que ocurre cuando se añade un archivo.
  • Archivo eliminado: configura lo que sucede cuando se elimina un archivo.

Estilo

  • Control Alignment - By default, inherits the parent alignment. A different alignment other than the parent can be set. To default to Parent's alignment, toggle the selected alignment icons to switch off the specific alignment.

    Nota:

    Alignment is dependent on Parent's layout (Vertical vs. Horizontal).

  • Label font family - Sets the font of the label. Font family, size, color, and style (Bold, Italic and Underline) can be configured in this section. By default, the control inherits the font family of its immediate parent container which is indicated by the keyword 'inherited'.

  • Input font family - Sets the font of the input text. Font family, size, color, and style (Bold, Italic and Underline) can be configured in this section. By default, the control inherits the font family of its immediate parent container which is indicated by the keyword 'inherited'.

  • Margin- Sets the margin of the control. By default 4px margin is set. Top/Bottom and Left/Right margin properties are combined. These properties can be unlinked using the unlink button on the right side of the Margin section heading.

  • Size - The width and height of the control can be set in the size section. By default, the size is set to Auto. Min Width/ Min Height and Max Width/ Max Height are available under more (...) in the size section.

  • General
  • Eventos
  • Estilo

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado