Searched refs:createGroupPad (Results 1 – 4 of 4) sorted by relevance
/plugin/etherpadlite/externals/etherpad-lite-client/ |
H A D | examples.php | 141 $newPad = $instance->createGroupPad($groupID,'testpad','Example text body');
|
H A D | example_big.php | 72 $newPad = $instance->createGroupPad($groupID,$name,$contents);
|
H A D | etherpad-lite-client.php | 129 public function createGroupPad($groupID, $padName, $text){ function in EtherpadLiteClient
|
/plugin/etherpadlite/action/ |
H A D | etherpadlite.php | 63 $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, "");
|