Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
systems:yii2:examples [2018/10/04 16:46]
ajdavis [DataProvider]
systems:yii2:examples [2018/10/04 17:05] (current)
ajdavis [Copy to Clipboard using Javascript]
Line 2967: Line 2967:
  # Add a button that follows this logic:  # Add a button that follows this logic:
 <code html> <code html>
-<class="btn btn-default btn-clip" href="" data-clipboard-text="text-to-copy"><i class="icon-copy"></i></a>+<class="fa fa-copy btn btn-default btn-clip" data-clipboard-text="value-to-copy"></i>
 </code> </code>