Skip to content

Commit c30d4f0

Browse files
authored
Add minWidth attribute (#385)
modxcms/revolution#15996
1 parent 500b9a7 commit c30d4f0

File tree

1 file changed

+1
-0
lines changed
  • en/extending-modx/custom-manager-pages/modext

1 file changed

+1
-0
lines changed

en/extending-modx/custom-manager-pages/modext/modx.msg.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Loads a confirmation dialog that prompts the user for a Yes/No response. If Yes
3737
| --------- | ------------------------------------------------- |
3838
| title | The title of the confirmation box. |
3939
| text | The text in the confirmation box. |
40+
| minWidth | The confirmation popup will automatically choose a size, but to make sure it's at least a certain width provide an integer value representing the width. (Added in 3.0.0-rc2) |
4041
| url | The URL to send the AJAX request to. |
4142
| params | The REQUEST params to send with the AJAX request. |
4243
| listeners | Any listeners to look for on the request. |

0 commit comments

Comments
 (0)