Histórico da Página
Índice
Índice | ||||||
---|---|---|---|---|---|---|
|
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 first.
Deck of Cards | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
Component Development
After downloading the widget, the developer must perform the following steps before starting to change the widget.
- Decompress the .zip file
- Import the Maen project through the pom.xml in Eclipse or your favorite IDE
- In the application.info file, change the following parameters:
- application.code=NOME_DA_SUA_WIDGET
- locale.file.base.name=NOME_DA_SUA_WIDGET
- Remove the parameter application.extendible=true
- Add the parameter application.origincode
...
- =NOME_DA_WIDGET_ORIGINAL.
...
- Example:
...
- socialtimeline.
- Change the name of internationalization files in directory src/main/resources, substituting the name of the current widget with the name of your widget:
- *.properties to NOME_DA_WIDGET.properties
- *_en_US.properties to NOME_DA_WIDGET_en_US.
...
- properties
- *_es.
...
- properties to NOME_DA_WIDGET_es.
...
- properties
- *_pt_BR.
...
- properties to NOME_DA_WIDGET_pt_BR.
...
- properties
- Change the context of the Web project in file jboss-web.xml located in directory src/main/webapp/WEB-
...
- INF:
- <context-root>/NOME_DA_
...
- WIDGET</context-root>
...
Ready. 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 steps:
Deck of Cards | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
|
Enable/Disable a Component
Deck of Cards | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|