mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Marko v3: "body-property" will not be supported for tag def
This commit is contained in:
parent
60486262ab
commit
96446c9099
@ -328,17 +328,6 @@ TagHandlers.prototype = {
|
|||||||
|
|
||||||
tag.setBodyFunction(functionName, params);
|
tag.setBodyFunction(functionName, params);
|
||||||
},
|
},
|
||||||
/**
|
|
||||||
* The "body-property" property can be used to map the body content
|
|
||||||
* to a String property on the renderer's input object.
|
|
||||||
*
|
|
||||||
* Example:
|
|
||||||
* "body-property": "label"
|
|
||||||
*/
|
|
||||||
bodyProperty: function(value) {
|
|
||||||
var tag = this.tag;
|
|
||||||
tag.setBodyProperty(value);
|
|
||||||
},
|
|
||||||
/**
|
/**
|
||||||
* The "import-var" property can be used to add a property to the
|
* The "import-var" property can be used to add a property to the
|
||||||
* input object of the tag renderer whose value is determined by
|
* input object of the tag renderer whose value is determined by
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user