You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-11Lines changed: 32 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ A demo application is available on
14
14
15
15
## Change log
16
16
17
+
### V 4.6.0.4 - 02.02.2021
18
+
19
+
- Added new parameter "Alignment" onm page item [#2](https://github.com/grlicaa/AutoNumeric/issues/2)
20
+
- Fixed "Warn before exit for decimal" issue [#3](https://github.com/grlicaa/AutoNumeric/issues/3)
21
+
- Read only now follows APEX conventions [#4](https://github.com/grlicaa/AutoNumeric/issues/4)
22
+
- How to use global JS variable documentation [#5](https://github.com/grlicaa/AutoNumeric/issues/5)
23
+
- Interactive Grid item improvements :
24
+
1. Accessibility improvement ("Enter" key)
25
+
2. Added support for "Placeholder" option
26
+
17
27
### V 4.6.0.3 - 06.12.2020
18
28
19
29
- Fixed "Warn on Unsaved Changes" issue [#1](https://github.com/grlicaa/AutoNumeric/issues/1)
@@ -61,21 +71,17 @@ A demo application is available on
61
71
62
72
Here you can set up options of your AutoNumeric field. For more options and details please visit AutoNumeric [configurator](http://autonumeric.org/configurator).
63
73
64
-
##### Aliment
74
+
##### Alignment
65
75
66
-
Filed uses aliment defined by column attribute.
76
+
Filed uses alignment defined by column attribute.
67
77
68
78
##### Padding size
69
79
70
80
If you use coloring css styles or ranges add class *"padding-none"* to column to get full size.
71
-
With this we set padding:0px;
81
+
In this plug-in default setting per IG column is "padding:0px";
72
82
73
83
#### Form item
74
84
75
-
##### Settings
76
-
77
-
Here you can set up options of your AutoNumeric field. For more options and details please visit AutoNumeric [configurator](http://autonumeric.org/configurator).
Is now declarative option. In case when developer don't define position. Default setting from "Component settings" will be applied.
89
97
90
-
Field is basically text field, but can be align with a "Advanced Custom Attribute" setting
98
+
### ITEM options / examples
91
99
92
-
```style="text-align:right;"```
100
+
In this section are some default example on how to use ITEM options. For more options and details please visit AutoNumeric [configurator](http://autonumeric.org/configurator).
93
101
94
-
### Examples
102
+
Option can be per plug-in instance or global setting.
0 commit comments