AutorÃa | Ultima modificación | Ver Log |
@editor @editor_atto @attoFeature: Atto editor with customised toolbarIn order to develop plugins that use Atto for specialised purposesAs a developerI need to be able to configure Atto toolbar per-instance to include different pluginsBackground:# Get to the fixture page.Given the following "courses" exist:| fullname | shortname | format || Course 1 | C1 | topics |And the following "activities" exist:| activity | name | intro | course | idnumber || label | L1 | <a href="../lib/editor/atto/tests/fixtures/custom_toolbar_example.php">FixtureLink</a> | C1 | label1 |When I log in as "admin"And I am on "Course 1" course homepageAnd I click on "FixtureLink" "link" in the "region-main" "region"@javascriptScenario: Confirm that both editors have different toolbars but still functionThen ".atto_link_button" "css_element" should exist in the ".normaldiv" "css_element"And ".atto_link_button" "css_element" should not exist in the ".specialdiv" "css_element"And ".atto_bold_button" "css_element" should exist in the ".normaldiv" "css_element"And ".atto_italic_button" "css_element" should exist in the ".normaldiv" "css_element"And ".atto_bold_button" "css_element" should exist in the ".specialdiv" "css_element"And ".atto_italic_button" "css_element" should exist in the ".specialdiv" "css_element"