3648f99920
resolve localization issue in ActionDialog
2024-07-25 09:24:21 -04:00
9e3df97737
use PageState.Site.Settings rather than reloading settings from database
2024-07-23 07:45:13 -04:00
48076c25bf
fix: set Rich active tab for Quill text editor
2024-07-23 09:18:58 +02:00
8b2e55a969
remove ITextEditorProvider interface
2024-07-22 13:31:24 -04:00
1c01087eda
fix #4450 QuillJSTextEditor settings
2024-07-22 08:11:09 -04:00
70edd9686f
more localization changes
2024-07-20 21:52:41 -04:00
3fef3f2dc3
fix localization for QuillJSTextEditor
2024-07-20 21:43:38 -04:00
7df5eba775
use JSInterop for loading QuillJSTextEditor stylesheet
2024-07-18 13:17:23 -04:00
6a1014d8c1
QuillJSTextEditor setting improvements
2024-07-18 11:01:01 -04:00
1209739398
fix #4398 - InputList component not handling scenario where input is reset to nothing
2024-07-11 13:35:46 -04:00
acbe000f97
avoid race condition issue.
2024-07-03 17:59:40 +08:00
599071b68b
avoid race condition issue.
2024-07-03 17:07:47 +08:00
2bacee919d
update the settings UI.
2024-07-03 12:26:36 +08:00
6701e49f9a
move the editor settings into editor self control.
2024-07-02 09:50:53 +08:00
e00c261777
Fix #4358 : RichTextEditor Provider Abstraction.
2024-07-01 17:11:26 +08:00
b00c2afc46
Fix #4316 : move the raw html editor into quill editor instance.
2024-06-07 08:35:42 +08:00
c125a7fe07
Fix #4316 : add text editor interfaces.
2024-06-06 16:39:35 +08:00
8048788042
Oqtane controls updates
...
ActionDialog and ActionLink now allow other icon sets whilst still adhering to the legacy "oi oi-" icon set.
Pager added SearchBoxClass Class parameter to the Search div.
TabStrip added a TabContentClass Class parameter to the tab content div.
2024-06-04 12:21:59 +02:00
9325c726fd
refactor #4268 to support static render mode
2024-05-19 09:05:35 -04:00
2b32f316ee
Fix #3885 : only re-render the component when message changed.
2024-05-18 21:55:37 +08:00
5c72e6d335
fix #4246 - module message form exception when clicking close button
2024-05-17 14:11:48 -04:00
a7952a4633
add shadow-none to page links in pager
2024-05-06 15:56:05 -04:00
653352bff0
Support for IconOnly in ActionDialog open button
2024-05-02 10:36:29 +02:00
5f8583e3eb
fix #4160 - content entered being overidden by original content
2024-04-23 14:04:52 -04:00
09293f7d9a
Fix #4158 : insert image into correct position.
2024-04-20 16:56:32 +08:00
9d8b1fd99b
fixes for #4134 - Rich Text Editor
2024-04-15 08:54:23 -04:00
bc978a91e3
convert Quill's empty content to empty string
2024-04-12 15:10:47 -04:00
39dff1ea7c
more changes for #4134 - ensure HTML content is preserved
2024-04-12 14:58:14 -04:00
8f00730189
fix #4134 - RichTextEditor scenarios
2024-04-12 13:25:44 -04:00
cfce2bdbd9
move RichTextEditor script registration to Body
2024-04-11 15:26:55 -04:00
17370dff54
fix issue where active tab not set correctly when rich text editor disabled
2024-04-11 09:16:39 -04:00
83543bbddc
fix https://github.com/oqtane/oqtane.blogs/issues/44 - rich text editor throwing exception in specific scenario
2024-04-11 09:03:41 -04:00
c52ad68d92
fix #4108 - content lost when adding image to RichTextEditor
2024-04-05 16:07:01 -04:00
5b3849082f
use Constants.RequestVerificationToken rather than magic string
2024-03-29 11:19:21 -04:00
93057d9449
set active tab correctly in RichTextEditor for scenarios where rich text editor is disabled
2024-03-29 07:50:03 -04:00
a8af9da249
Fix #4074 : use the correct property value.
2024-03-28 22:18:30 +08:00
bb59f66008
set active tab in RichTextEditor based on content
2024-03-23 11:55:44 -04:00
784955cdbd
fix regression issue caused by #3985 related to ActionLink
2024-03-23 11:39:11 -04:00
ce14b9e43e
add HttpClientFactory support
2024-03-21 10:43:46 -04:00
e4e78e2083
fix #4031 - add static rendering support to ActionDialog
2024-03-20 13:25:51 -04:00
fa68bdc82b
Remove Synchronize Content option from RichTextEditor
2024-03-17 19:30:42 -04:00
ccd18c4f10
made Pager capable of functioning in Static or Intreractive render modes
2024-03-15 22:47:42 -04:00
55fe2600b7
add static pager
2024-03-14 23:13:40 -04:00
12e09269d3
_text being set and resetting other options
...
if (IconOnly && !string.IsNullOrEmpty(IconName)) was not having an impact as the _text variable was being reset.
This fix allows the ActionLink to display just the Icon
2024-03-13 14:39:04 +01:00
a8aac7e1b4
Update Pager.razor
...
Changing the ID had no effect and on further investigation the best way to achieve this is to use the form tag which is a lot stronger implementation.
2024-03-02 17:28:33 +01:00
6babcf9536
Improved Search Input Text Field Autocomplete Behavior
...
This pull request enhances the behavior of the search input text field by disabling the browser’s autocomplete feature.
2024-03-02 11:35:26 +01:00
9ebd882c3f
remove the visible parameter in module message component.
2024-02-27 23:08:27 +08:00
9a7199bf7f
fix #3885 - do not display modal if message is blank
2024-02-26 16:53:17 -05:00
fc0b326443
set the visible default to true.
2024-02-24 22:02:07 +08:00
4ac0483ec6
Merge branch 'dev' into task/fix-infinite-loop-of-module-message
2024-02-24 20:48:09 +08:00