aboutsummaryrefslogtreecommitdiff
path: root/views/default/input
AgeCommit message (Collapse)Author
2011-02-11Added disapproving @todo's wherever I could find javascript not conforming ↵ewinslow
to 1.8 conventions git-svn-id: http://code.elgg.org/elgg/trunk@8123 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Removed nonsensical commentsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8101 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Converted buttons to elgg-object-type naming convention. Added table of ↵ewinslow
buttons to forms theming preview meant for previewing all button types and states (still have to implement those...) git-svn-id: http://code.elgg.org/elgg/trunk@8091 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08bringing us a little closer to validatingcash
git-svn-id: http://code.elgg.org/elgg/trunk@8066 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-06Fixes #2510 sticky forms is finish - Elgg 1.9 could have a ElggForm class ↵cash
that makes it even easier to use a sticky form git-svn-id: http://code.elgg.org/elgg/trunk@8042 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and ↵cash
elgg_view_entity_icon() git-svn-id: http://code.elgg.org/elgg/trunk@8039 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03changed input/pulldown to input/dropdowncash
git-svn-id: http://code.elgg.org/elgg/trunk@8006 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03Refs #2428 removed some uses of CONFIG in the viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@7996 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-30fixed a few minor issues in input views for validationcash
git-svn-id: http://code.elgg.org/elgg/trunk@7774 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-30fixes documentation and url of endpointcash
git-svn-id: http://code.elgg.org/elgg/trunk@7771 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29stage 1 in moving the forms markup to elgg- namespaced css - buttons still ↵cash
need work git-svn-id: http://code.elgg.org/elgg/trunk@7763 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-22adding elgg namespace to button css classescash
git-svn-id: http://code.elgg.org/elgg/trunk@7704 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Fixes #2726 applied zcho's patch to fix more errors from the "_" to "-" CSS ↵cash
conversion git-svn-id: http://code.elgg.org/elgg/trunk@7586 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 replaced most underscores with hyphens - there may be broken ↵cash
display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 changed underscores to hyphens for the forms css elementscash
git-svn-id: http://code.elgg.org/elgg/trunk@7492 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-23Fixes #397 and Refs #2396 Can suppress the default value for both ↵cash
input/checkbox and input/checkboxes git-svn-id: http://code.elgg.org/elgg/trunk@7424 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2396: Added a new input/checkbox view. input/checkboxes harnesses itewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7372 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRY up button input views (button, reset, submit). Changed core ↵ewinslow
uses of button to reflect the fact that it no longer defaults to submit git-svn-id: http://code.elgg.org/elgg/trunk@7364 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: Cleaned up input/submitewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7360 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRY up input/tagsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7359 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRY up input/emailewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7358 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRY up input/textewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7357 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRYed up input/formewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7356 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: Added elgg_format_attributes() for generating an attribute ↵ewinslow
string from an associative array. DRYed up input/output url git-svn-id: http://code.elgg.org/elgg/trunk@7354 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-14Refs #1208: Default input/button to 'button' type (rather than 'submit' type).ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7307 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: input/form now normalizes the action parameterewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7197 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted most $vars['url'] to elgg_get_site_url()ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6850 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6620:6653 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6846 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-21Merged r6534-6559 from 1.7 branch to trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6840 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-10Performing checks to handle empty arrays and malformed values.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@6440 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-09Pre-populating userpicker list when values are passed.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@6430 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-29Merged [6248] - [6252] into trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-27Fixing code for JS userpicker remove function to cope with recent structure ↵brettp
changes. git-svn-id: http://code.elgg.org/elgg/trunk@6257 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-23Corrected bug in datepicker for passing in values.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5489 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-23Updated userpicker to use generic delete buttonpete
git-svn-id: http://code.elgg.org/elgg/trunk@5483 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-17Documented pulldown quirks for NULL and FALSE as values. Fixed bug when ↵brettp
calling htmlentities() on the values before testing them. git-svn-id: http://code.elgg.org/elgg/trunk@5426 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-17Refs #1362: Fixed a problem when comparing int and string values to determin ↵brettp
the pulldown's selected value. git-svn-id: http://code.elgg.org/elgg/trunk@5424 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-13seems you need to wrap form inputs fields with the fieldset tag for strict xhtmldave
git-svn-id: http://code.elgg.org/elgg/trunk@5383 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-12Added datepicker view and deprecated calendar view.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5371 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Implemented sticky forms.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5368 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Interface updates to js, and login, register, lost passwordpete
git-svn-id: http://code.elgg.org/elgg/trunk@5281 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-21a little cleanup of documentation and variable handling in input and output ↵cash
views git-svn-id: http://code.elgg.org/elgg/trunk@3780 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-18added js to input/formcash
git-svn-id: http://code.elgg.org/elgg/trunk@3769 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-17fixed notices caused by some input viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@3766 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-07fixes #1183 - correct case for form method nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@3736 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-16Standardizing views.`brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3555 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-23Upped minChars to 2 for user picker.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3496 36083f99-b078-4883-b0ff-0f9b5a30f544