Home
last modified time | relevance | path

Searched refs:padContents (Results 1 – 2 of 2) sorted by relevance

/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php136 $padContents = $instance->getText($pad); // Get the pad contents variable
137 $contents = $padContents->text;
H A DREADME.md22 $padContents = $instance->getText('testPad');
23 echo "Pad text is: <br/><ul>$padContents->text\n\n</ul>";