From a4a8bb18a33a28b0f2a1bdfea6580324eb6db3c6 Mon Sep 17 00:00:00 2001 From: Joris Tirado Date: Mon, 19 Jan 2015 15:21:00 -0800 Subject: [PATCH] UI-943: Change methods' order and add missong reference to highlight() method --- docs/monster/ui.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/monster/ui.md b/docs/monster/ui.md index 30bd67442..3d2845878 100644 --- a/docs/monster/ui.md +++ b/docs/monster/ui.md @@ -5,10 +5,11 @@ The `monster.ui` object contains different methods and objects used to easily re * [alert()][alert] * [confirm()][confirm] * [dialog()][dialog] +* [getFormData()][getFormData] +* [highlight()][highlight] * [protectField()][protect_field] * [validate()][validate] * [wysiwyg()][wysiwyg] -* [getFormData()][getFormData] ### Objects * [prettyCheck][pretty_check] @@ -22,7 +23,8 @@ The `monster.ui` object contains different methods and objects used to easily re [alert]: ui/alert().md [confirm]: ui/confirm().md [dialog]: ui/dialog().md +[getFormData]: ui/getFormData().md +[highlight]: ui/highlight().md [protect_field]: ui/protectField().md [validate]: ui/validate().md [wysiwyg]: ui/wysiwyg().md -[getFormData]: ui/getFormData().md \ No newline at end of file