Home
last modified time | relevance | path

Searched refs:padID (Results 1 – 3 of 3) sorted by relevance

/plugin/etherpadlite/externals/etherpad-lite-client/
Detherpad-lite-client.php201 public function getText($padID, $rev=null){ argument
202 $params = array("padID" => $padID);
210 public function getHTML($padID, $rev=null){ argument
211 $params = array("padID" => $padID);
219 public function setText($padID, $text){ argument
221 "padID" => $padID,
227 public function setHTML($padID, $html){ argument
229 "padID" => $padID,
240 public function createPad($padID, $text){ argument
242 "padID" => $padID,
[all …]
Dexamples.php142 $padID = $newPad->padID; variable
143 echo "Created new pad with padID: $padID\n\n";
Dexample_big.php73 $padID = $newPad->padID; variable
74 $newlocation = "$host/p/$padID"; // redirect to the new padID location