Home
last modified time | relevance | path

Searched refs:createGroupPad (Results 1 – 4 of 4) sorted by relevance

/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexamples.php141 $newPad = $instance->createGroupPad($groupID,'testpad','Example text body');
H A Dexample_big.php72 $newPad = $instance->createGroupPad($groupID,$name,$contents);
H A Detherpad-lite-client.php129 public function createGroupPad($groupID, $padName, $text){ function in EtherpadLiteClient
/plugin/etherpadlite/action/
H A Detherpadlite.php63 $this->ep_instance->createGroupPad($this->groupid, $newpageid, $text);
382 $this->ep_instance->createGroupPad($this->groupid, $pageid, $text);
398 $this->ep_instance->createGroupPad($this->groupid, $pageid, "");