mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 21:57:18 +00:00
LibWeb: Implement the "createLink" editing command
This commit is contained in:
parent
05386fe99c
commit
1b02e0dea3
Notes:
github-actions[bot]
2025-01-10 22:37:08 +00:00
Author: https://github.com/gmta
Commit: 1b02e0dea3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 64 additions and 0 deletions
|
@ -31,6 +31,7 @@ Optional<CommandDefinition const&> find_command_definition(FlyString const&);
|
|||
// Command implementations
|
||||
bool command_back_color_action(DOM::Document&, String const&);
|
||||
bool command_bold_action(DOM::Document&, String const&);
|
||||
bool command_create_link_action(DOM::Document&, String const&);
|
||||
bool command_default_paragraph_separator_action(DOM::Document&, String const&);
|
||||
String command_default_paragraph_separator_value(DOM::Document const&);
|
||||
bool command_delete_action(DOM::Document&, String const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue