Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Index

Índice
outlinetruestylenone
exclude.*ndice

Objetivo de la Central de Componentes

Central de Componentes es una funcionalidad de Fluig que permite la personalización de los componentes disponibles en el sistema. Usted puede realizar el download del componente deseado, personalizarlo de la forma en que desee y enviarlo nuevamente a Fluig. La opción de download está disponible solamente para algunos componentes.

Download de un Componente

stylenone

Objective of the Component Center

The Component Center is a functionality in Fluig that allows the customization of components available in the system. You can download the desired component, customize it and send it back to Fluig. The Download option is available only for a few components.

Component Download

In order to customize a component, it is necessary to download it firstPara personalizar un componente primero se debe realizar el download del mismo.

Deck of Cards
effectDuration0.5
historyfalse
iddownloadhistoryfalse
Card
iddownload-example
labelDownload
  • Para realizar el download del componente, selecciónelo y haga clic en "Download" en la barra superior de accionesIn order to download the component, select it and click on “Download” on the top action bar.

Desarrollo de un Componente

Después del download del widget, el desarrollador debe realizar los siguientes pasos antes de iniciar la modificación del widget:

Component Development

After downloading the widget, the developer must perform the following steps before starting to change the widget.

  1. Decompress the .zip file
  2. Import the Maen project through the pom.xml in Eclipse or your favorite IDE
  3. In the application.info file, change the following parameters
  4. Descomprimir el .zip
  5. Importar el proyecto Maven mediante el pom.xml en Eclipse o su IDE preferido
  6. En el archivo application.info cambiar los siguientes parámetros:
    1. application.code=NOME_DA_SUA_WIDGET
    2. locale.file.base.name=NOME_DA_SUA_WIDGET
    3. Eliminar el parámetro aplicaciónRemove the parameter application.extendible=true
    4. Agregar el parámetro Add the parameter application.origincode=NOME_DA_WIDGET_ORIGINAL. EjemploExamplesocialtimeline.
  7. Cambiar el nombre de los archivos de internacionalización del directorio Change the name of internationalization files in directory src/main/resources, sustituyendo el nombre del widget actual por el nombre de su substituting the name of the current widget with the name of your widget:
    1. *.properties a  to NOME_DA_WIDGET.properties
    2. *_en_US.properties a  to NOME_DA_WIDGET_en_US.properties
    3. *_es.properties a  to NOME_DA_WIDGET_es.properties
    4. *_pt_BR.properties a  to NOME_DA_WIDGET_pt_BR.properties
  8. Cambiar el contexto del proyecto Web en el archivo Change the context of the Web project in file jboss-web.xml situado en el directorio  located in directory src/main/webapp/WEB-INF:
    1. <context-root>/NOME_DA_WIDGET</context-root>

ListoReady. ¡El widget está listo para ser personalizado y recopilado para poder realizarse el upload!

Agregar un Componente

Para agregar un Componente en Fluig haga login como Administrador de Fluig o de la Empresa.

The widget is ready to be customized and compiled for the upload to be made.

Add a Component

In order to add a component in Fluig, login as a Fluig or Company Manager.

Follow these stepsSiga los pasos a continuación:

Deck of Cards
effectDuration0.5
historyfalse
idexemploshistoryfalse
Card
defaulttrue
id1
labelPasso Step 1
  • Ir aGo toPanel de controlControl panel/WCM/Central de ComponentesComponent Center.

Card
id2
labelPasso Step 2
  • Haga clic en Click on "Choose File" para seleccionar el Componente deseadoto select the desired Component.

Card
id3
labelPasso Step 3
  • Después de seleccionar el archivo, haga clic en "EnviarAfter selecting the file, click on "Send".

Card
id4
labelPssso Step 4
  • Después de hacer clic en "Enviar" se agregará el componente en la lista de componentesAfter clicking on "Send", the component will be added to the component list.

...

Enable/Disable a Component

Deck of Cards
effectDuration0.5
historyfalse
idexemplos2historyfalse
Card
id5
labelHabilitarEnable
  • Select the component you wish to enable and click on the top action menu “Enable”Seleccione el componente que desea habilitar y haga clic en el menú superior de acciones "Habilitar".

Card
id6
labelDesabilitar
  • Seleccione el componente que desea deshabilitar y haga clic en el menú superior de acciones "Deshabilitar". 

Image Removed

 

 

 

 

Disable
  • Select the component you wish to disable and click on the top action menu “Disable”.

Image Added

...