Skip to content

Instantly share code, notes, and snippets.

@alnutile
Created May 21, 2015 11:29
Show Gist options
  • Save alnutile/4a112a99c967adffe88b to your computer and use it in GitHub Desktop.
Save alnutile/4a112a99c967adffe88b to your computer and use it in GitHub Desktop.
<?php
/**
* @Then /^I fill in wysiwyg on field "([^"]*)" with "([^"]*)"$/
*/
public function iFillInWysiwygOnFieldWith($arg, $arg2)
{
$this->getSession()->executeScript("CKEDITOR.instances.$arg.setData(\"$arg2\");");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment