Plugin Directory

Changeset 1708809


Ignore:
Timestamp:
08/05/2017 07:43:22 AM (9 years ago)
Author:
zingtree
Message:

V4 docs

File:
1 copied

Legend:

Unmodified
Added
Removed
  • zingtree/trunk/readme.txt

    r1708797 r1708809  
    11=== zingtree ===
    22Contributors: Zingtree
    3 Donate link: http://zingtree.com
    4 Tags: decision tree, call center, training, agent scripting, interactive decision tree, support, interactive faq
     3Donate link: https://zingtree.com
     4Tags: decision tree, call center, contact center, agent scripting, interactive decision tree, support, interactive faq, troubleshooter, medical scheduling, ecommerce
    55Requires at least: 3.0
    6 Tested up to: 4.1
    7 Stable tag: 3.0
     6Tested up to: 4.8
     7Stable tag: 4.0
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
    1010
    11 Embed interactive decision trees from Zingtree into your web site. Great for support, training, and more.
     11Embed interactive decision trees from Zingtree into your web site. Great for support, call centers, retail product finders, medical diagnosis and triage, and more.
    1212
    1313== Description ==
     
    2121`[zingtree id="148196706"]`
    2222
    23 or to display in "panels" stylel and add persistent buttons to the bottom of each page:
     23or as a button which triggers a pop-up tree:
     24
     25`[zingtree display="popup" id="148196706"]`
     26
     27or to display in "panels" style and add persistent buttons to the bottom of each page:
    2428
    2529`[zingtree id="148196706" style="panels" persist_names="Restart|Submit Ticket" persist_node_ids="1|5"]`
     30
     31
     32Hiding the name of the tree:
     33
     34`[zingtree id="148196706" hide_title="yes"]`
     35
     36
     37Hiding the back button:
     38
     39`[zingtree id="148196706" hide_back_button="yes"]`
     40
     41
     42Adding a 400 msec Fade transition effect:
     43
     44`[zingtree id="148196706" transition="fade" speed="400"]`
     45
     46Adding a 1000 msec Slide transition effect:
     47
     48`[zingtree id="148196706" transition="slide" speed="1000"]`
     49
     50
     51
    2652
    2753= The parameters: =
     
    3056* **persist_names** - Names of persistent buttons on each page (optional)
    3157* **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
    3269
    3370
    3471== Changelog ==
     72
     73= 4.0 =
     74Added 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
    3584
    3685= 2.0.0 =
Note: See TracChangeset for help on using the changeset viewer.