NoPic eZine
  
Home
Impressum/Imprint
Datenschutz/Policies
 
1.Issue 2006.06/1
 1.1.phpWebSite 1.0.0RC1 released
 1.2.Installing pWS 1.0.0rc1
 1.3.Running thru install
   Install screen 1 (welcome)
   Install screen 2 (source,pear)
   Install screen 3 (db)
   Install screen 4 (config file done)
   Install screen 5 (core done)
   Install screen 6 (admin account)
   Install screen 7 (mod users)
   Install screen 8 (control panel)
   Install screen 9 (theme select)
   Install screen 10 (mod layout)
   Install screen 11 (mod boost)
   Install screen 12 (mod related)
   Install screen 13 (category)
   Install screen 14 (filecabinet)
   Install screen 15 (version)
   Install screen 16 (mod clipboard)
    Readme Clipboard content
   Install screen 17 (mod notes)
   Install screen 18 (demographics)
   Install screen 19 (comments)
   Install screen 20 (search)
   Install screen 21 (MiniAdmin)
 1.4.First anonymous touch
 1.5.Exploring fallout surface inside
 1.6.Module substitution
 1.7.Directory Tree
 1.8.Database Tables
 1.9.ReadMe summary
 1.10.Using module WebPages
 1.11.Using module MenuManager
 1.12.Using webPages Editor
 1.13.Styling and Themes

    en

Install screen 16 (mod clipboard)

Module clipboard (new module) has installed.

Readme Clipboard content

Source: docs/Clipboard.txt

Clipboard
by Matthew McNaney


Introduction
----------------------------------------------------------
Clipboard is a really basic module. It allows you to copy text and
paste it somewhere else in the module.

Now you may be asking, "but I can just do that via the browser."
Quite true, but how many times have you 1) overwrote your copy buffer
before you got to the destination, 2) had to instruct someone to copy
and paste an html tag, 3) had someone copy and paste the wrong
information.

Basically, for advanced users, this may be unnecessary. However, if
you want people to paste EXACT information, want to move specific code
(SmartTags for example) without having to explain what to highlight,
or just make something easier, Clipboard can help.


Copying
-----------------------------------------------------------
Lets say you wanted to clip a name to the clipboard:

$title = 'That name you wanted to copy';
$name = 'Joe Shmoe';

Clipboard::copy($title, $name);

There you are done.

The Clipboard box will appear on all the pages. Just click the title
(That name you wanted to copy) and a box will pop up with a text
field with what ever you passed the copy function - Joe Shmoe.
    en

Copyright © 2006, VbID Verlagsbüro GmbH
pWS modules dcP, dcT, dc4db, Copyright © 2006, VbID Verlagsbüro GmbH
This Site is powered by phpWebSite © The Web Technology Group, Appalachian State University