EE 1
EE 2
EntrEE Edit

Developer

Bulldog Creative Services

3rd Party (Free)

31 downloads (last 90 days)

Creative Commons Attribution Download v1.1

Compatibility

  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Better Workflow
  • Matrix

Requirements

  • jQuery for the Control Panel

Categories

Plugin

Tags

The EntrEE Edit plugin allows you edit the contents of your weblog entries without having to use php or query strings.


  Function List


inc

  Description
      If a weblog field contains a numeric entry, this function will increment that value.

  Parameters
      entry_id
      field_name

  Usage
      {exp:entree_edit:inc entry_id=“3” field_name=“product_quantity”}

————————————————-

dec
 
  Description
      If a weblog field contains a numeric entry, this function will decrement that value.

  Parameters
      entry_id
      field_name
     
  Usage
      {exp:entree_edit:dec entry_id=“4” field_name=“product_quantity”}

————————————————-

math

  Description
      Changes the value of a field according to the operation and value you provide.
     
  Parameters
      entry_id
      field_name
      operation
      value
 
  Usage
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“add” value=“4”}
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“plus” value=“4”}
     
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“subtract” value=“4”}
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“minus” value=“4”}
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“sub” value=“4”}
     
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“multiply” value=“4”}
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“mult” value=“4”}
     
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“divide” value=“4”}
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“div” value=“4”}
     
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“modulus” value=“4”}
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“mod” value=“4”}
     
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“exponent” value=“4”}
      {exp:entree_edit:math entry_id=“4” field_name=“product_quantity” operation=“exp” value=“4”}

      Note: The value entered into this function is converted to an integer. The input will act as it would in a standard PHP conversion. ($num = (int)$input;)   

————————————————-

set_value
  Description
      Sets the content of a weblog’s field to the value provided.

  Parameters
      entry_id
      field_name
      value
     
  Usage
      {exp:entree_edit:set_value entry_id=“4” field_name=“product_description” value=“This is a new product description.”}

Download EntrEE Edit

EE Version Downloads Add-On Version Release Date
1.x Download 1.1 2011-02-17 02:00 AM

This entry was created February 17, 2011, 1:32 pm.
This entry was last updated February 17, 2011, 5:51 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

There are no reviews for this add-on yet.

What are you waiting for? Rate it and review it!