Skip to content

Commit

Permalink
Merge pull request #2 from ORBISAG/feature/readme
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
brasov2de authored Feb 3, 2020
2 parents 999063d + df3d0f1 commit cdd8a26
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,31 @@
# ORBIS.PCF.ColorfulOptionset
This control is an optionset control for model driven apps (Dynamics 365) reflecting the options color provided in the customizing.
This control is an optionset control for model driven apps (Dynamics 365) reflecting the options color provided in the customizing. The control is build using [office-ui-fabric-react](https://github.com/OfficeDev/office-ui-fabric-react).

Note: Right now it only support single optionset controls.

## Control Preview
![preview](./readmeContent/ColorfulOptionset.gif)
On the left side you see two instanced of the control (the second is disabled). On the right side you can see the standard OptionSet control.

## Install

## Customizing the colors
1. Download the latest version of the solution from [releases](./releases).
2. Import the solution to your Dynamics365CE instance

## Registering the control

## Steps to build the solution
After you install the control, you should be able to select the control from the list of available controls for an optionset field.
![customizing](./readmeContent/Customizing_AddControl.png)
![customizing](./readmeContent/CustomizingOnTheForm.png)


## Customizing the colors

Right now only the classic UI allows you to customize the colors and the control on the form.
This control is designed for Optionset attribute types. In order to define the colors, navigate to attribute (Field) customization, select each option and set the color code.
![colors](./readmeContent/CustomizingColors.png)


## License

[MIT](./LICENSE)
Binary file added readmeContent/ColorfulOptionset.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readmeContent/Control_ClosedAndDisabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readmeContent/Control_Opened.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readmeContent/CustomizingColors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readmeContent/CustomizingOnTheForm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readmeContent/Customizing_AddControl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readmeContent/Harness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cdd8a26

Please sign in to comment.