Could you elaborate ? Which "clipboard" are you referring to ? What data or subset would you want copied ? What format ? Where would this be invoked (Client or Server ?) Which API are you referring to ?
On the server side there is no 'desktop' or 'clipboard' so there is no 'copy to clipboard' concept to implement. On the client side this -- this would be typically implemented in the UI layer, as client side API's are typically in 'middle tier' logic, so don’t have enough context to support clipboard operations. Clipboard operations are highly specialized - not only to the OS but also within an OS there are many kinds of clipboards and 'selections', multiple formats, notification handling etc. Even within the same OS and language there are different UI Frameworks which require different code to integrate clipboard support. In the web applications, the browser implement clipboard operations. There may be some 3rd party application libraries that support this but I am not aware of any core/generic ML API's which do. From: [email protected] [mailto:[email protected]] On Behalf Of judie pearline Sent: Monday, May 02, 2016 1:53 AM To: MarkLogic Developer Discussion <[email protected]> Subject: [MarkLogic Dev General] Copy to clipboard Option Hi All, Is there any option/API in Marklogic that supports "Copy to clipboard" option. Or an indirect way to achieve it?. Any help or suggestions would be helpful. Regards, Judy
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
