Changeset 1708809
- Timestamp:
- 08/05/2017 07:43:22 AM (9 years ago)
- File:
-
- 1 copied
-
zingtree/trunk/readme.txt (copied) (copied from zingtree/trunk/readme.txt) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zingtree/trunk/readme.txt
r1708797 r1708809 1 1 === zingtree === 2 2 Contributors: Zingtree 3 Donate link: http ://zingtree.com4 Tags: decision tree, call center, training, agent scripting, interactive decision tree, support, interactive faq3 Donate link: https://zingtree.com 4 Tags: decision tree, call center, contact center, agent scripting, interactive decision tree, support, interactive faq, troubleshooter, medical scheduling, ecommerce 5 5 Requires at least: 3.0 6 Tested up to: 4. 17 Stable tag: 3.06 Tested up to: 4.8 7 Stable tag: 4.0 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html 10 10 11 Embed interactive decision trees from Zingtree into your web site. Great for support, training, and more.11 Embed interactive decision trees from Zingtree into your web site. Great for support, call centers, retail product finders, medical diagnosis and triage, and more. 12 12 13 13 == Description == … … 21 21 `[zingtree id="148196706"]` 22 22 23 or to display in "panels" stylel and add persistent buttons to the bottom of each page: 23 or as a button which triggers a pop-up tree: 24 25 `[zingtree display="popup" id="148196706"]` 26 27 or to display in "panels" style and add persistent buttons to the bottom of each page: 24 28 25 29 `[zingtree id="148196706" style="panels" persist_names="Restart|Submit Ticket" persist_node_ids="1|5"]` 30 31 32 Hiding the name of the tree: 33 34 `[zingtree id="148196706" hide_title="yes"]` 35 36 37 Hiding the back button: 38 39 `[zingtree id="148196706" hide_back_button="yes"]` 40 41 42 Adding a 400 msec Fade transition effect: 43 44 `[zingtree id="148196706" transition="fade" speed="400"]` 45 46 Adding a 1000 msec Slide transition effect: 47 48 `[zingtree id="148196706" transition="slide" speed="1000"]` 49 50 51 26 52 27 53 = The parameters: = … … 30 56 * **persist_names** - Names of persistent buttons on each page (optional) 31 57 * **persist_node_ids** - The Node #s of persistent buttons on each page (optional). 58 * **hide_title** - Set this to "yes" to not display the name of the tree (optional). 59 * **hide_back_button** - Set this to "yes" to not display the Back button (optional). 60 * **transition** - Set a special effect for moving from node to node. Can be "fade" or "slide" (optional). 61 * **speed** - For transition effects, set the speed of the effect in milliseconds. 400 is default. (optional). 62 63 * **display** - Set to "embed" or "popup". Embed embeds the tree into your page. Popup makes a button which when clicked opens the tree in a popup over your page. Default is embed (optional). 64 * **button_color** - If in Popup mode, this is the color of the button in hex. (I.e. "#FF0000"). Defaults to blue. (optional) 65 * **button_text_color** - If in Popup mode, sets the color of the button text in hex. Defaults to white. (optional) 66 * **button_text** - Sets the text that appears in the button. (optional) 67 68 32 69 33 70 34 71 == Changelog == 72 73 = 4.0 = 74 Added options for pop-up decision tree display 75 76 = 3.1 = 77 * Uses esc_html instead of wp_specialchars 78 79 80 = 2.1 = 81 * Added hide_title, hide_back_button options 82 * Uses latest tree rendering engine 83 35 84 36 85 = 2.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.