LibWeb: Implement the "createLink" editing command

This commit is contained in:
Jelle Raaijmakers 2025-01-08 14:33:18 +01:00 committed by Andreas Kling
commit 1b02e0dea3
Notes: github-actions[bot] 2025-01-10 22:37:08 +00:00
4 changed files with 64 additions and 0 deletions

View file

@ -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&);