From c22da1cfc5e94489eb997d5f153661b75de3ad76 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 14 Jun 2012 12:34:46 +0200 Subject: [PATCH] Ox.FormItem: use 'OxSelectable' class --- source/Ox.UI/js/Form/FormItem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Form/FormItem.js b/source/Ox.UI/js/Form/FormItem.js index 0abe12ec..0a02c2a4 100644 --- a/source/Ox.UI/js/Form/FormItem.js +++ b/source/Ox.UI/js/Form/FormItem.js @@ -23,13 +23,13 @@ Ox.FormItem = function(options, self) { self.description = self.options.element.options('description'); if (self.description) { $('
') - .addClass('OxFormDescription') + .addClass('OxFormDescription OxSelectable') .html(self.description) .appendTo(that); } that.append(self.options.element); self.$message = Ox.Element() - .addClass('OxFormMessage') + .addClass('OxFormMessage OxSelectable') .appendTo(that); /*@