aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/README.txt
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-03 02:09:21 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-03 02:09:21 +0000
commit826c37f10cf78859756f246938031b755803d7a7 (patch)
tree4029ce01c041259b254121f7ac25f662a1633254 /mod/embed/README.txt
parent8a9f243e4353f96ddca9663dda2a94e9881c6434 (diff)
downloadelgg-826c37f10cf78859756f246938031b755803d7a7.tar.gz
elgg-826c37f10cf78859756f246938031b755803d7a7.tar.bz2
Refs #3360 #2911 applying ashleyward's patch for embed plugin - thanks!
git-svn-id: http://code.elgg.org/elgg/trunk@9135 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/embed/README.txt')
-rw-r--r--mod/embed/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/embed/README.txt b/mod/embed/README.txt
index 98948da3f..33c9fff65 100644
--- a/mod/embed/README.txt
+++ b/mod/embed/README.txt
@@ -171,10 +171,10 @@ CONTENTS:
an onClick event via Javascript. Embed provides a helper function for
this:
- elggEmbedInsertContent(content, textAreaName)
+ elggEmbedInsertContent(content, textAreaId)
Content is the pre-formatted content to insert into the text area,
- and textAreaName is the name of the text area. This name is
+ and textAreaId is the name of the text area. This name is
sent via GET as 'internal_name.'
@@ -189,7 +189,7 @@ CONTENTS:
content into the specific text area. Variables available within
this view are:
str content The content to insert.
- str textAreaName The name of the textarea to receive the content.
+ str textAreaId The name of the textarea to receive the content.
Note: Extend this view; don't override it. It is important to correctly
extend this view for compatibility across multiple plugins and textarea