From e1da070dccfcf147992907001b9b1f664dbfcbd5 Mon Sep 17 00:00:00 2001 From: Dan Lasky Date: Wed, 16 Mar 2016 11:20:07 -0500 Subject: [PATCH] docs --- src/mm-list-item/doc.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/mm-list-item/doc.json b/src/mm-list-item/doc.json index 896ef3ac..b2aa1c51 100644 --- a/src/mm-list-item/doc.json +++ b/src/mm-list-item/doc.json @@ -20,6 +20,15 @@ "description":"Whether or not this item is highlighted. The user can highlight an item by mousing over it or navigating using the keyboard arrow keys.", "attribute":"N/A" }, + { + "name":"highlight", + "type":"String", + "reflect":"false", + "default":"''", + "optional":"true", + "description":"A string used for highlighting search text within the list-item. If the value is found (case insensitive) it will be wrapped in a yellow span.", + "attribute":"N/A" + } { "name":"observeSubtree", "type":"Boolean", @@ -60,10 +69,10 @@ "description":"Updates the list item to include or remove a title attribute, depending upon whether or not the text content of the list item has been truncated." } ], - "behaviors":[ + "behaviors":[ "resolvable", - "dommutable", + "dommutable", "resizable", "refable" ] -} \ No newline at end of file +}