====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
script_password_launch [2014/04/21 13:51] trianguloy |
script_password_launch [2014/07/22 14:44] (current) trianguloy |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * Purpose : This script allows you to store a password (string) in the item, needed to launch it (so it can be a folder, shortcut, bookmark) | * Purpose : This script allows you to store a password (string) in the item, needed to launch it (so it can be a folder, shortcut, bookmark) | ||
| * Author : [[https://plus.google.com/u/1/105066926163073195690|TrianguloY]] | * Author : [[https://plus.google.com/u/1/105066926163073195690|TrianguloY]] | ||
| - | * Link: https://plus.google.com/u/1/105066926163073195690/posts/2J3awBnkLL4 (With video) | + | * Link: https://plus.google.com/u/1/105066926163073195690/posts/2J3awBnkLL4 |
| ====== How to use the script ====== | ====== How to use the script ====== | ||
| Line 19: | Line 19: | ||
| ====== Script code ====== | ====== Script code ====== | ||
| - | <code> | + | <sxh javascript> |
| var item = LL.getEvent().getItem(); | var item = LL.getEvent().getItem(); | ||
| Line 51: | Line 51: | ||
| } | } | ||
| } | } | ||
| - | </code> | + | </sxh> |