ConsoleClient.class /** * Send a mutation across the wire that appends text to the currently open * document, and inserting a new line element with us as the author. * * @param text text to append and send */ private void sendAppendMutation(String text)
This is just an append text. How to modify the text? Modify the document structure marking, or other methods? On 1月21日, 下午3时09分, 地狱男爵 <[email protected]> wrote: > I have no problem sending append line element. > > It's like a ConsoleClient class method of SendWaveletDelta. > > but, > > How to modify the already existing elements? > > thx. -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
