Displaying 1 result from an estimated 1 matches for "editnote".
2008 Jan 31
7
Ajax.InPlaceEditor via PHP via prototype widows class = HELP :-)
...ot;></script>
</head>
<body>
<style type="text/css" media="screen">.inplaceeditor-saving
{ background: url(images/loader.gif) bottom right no-repeat; }</style>
<div class="windowDiv" id="notes">My Notes: <p id="editNote"> Click to
edit Notes</p>
<script type="text/javascript">
new Ajax.InPlaceEditor(''editNotes'', ''saveNotes.php'', {rows: 10,cols:
40});
</script></div>
</body>
</html>
-----------------------------------------...