projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f32ed1
)
Add todo's to add javascript templates for date and wysiwyg.
author
Tim Mallezie
<tim.mallezie@chiro.be>
Mon, 23 Mar 2015 07:02:41 +0000
(08:02 +0100)
committer
Tim Mallezie
<tim.mallezie@chiro.be>
Mon, 23 Mar 2015 07:02:41 +0000
(08:02 +0100)
CRM/Core/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Form.php
b/CRM/Core/Form.php
index ecb87b2ad3b3d8e5e697dde66899c9065ce4bef6..daaa95bbfc02cb89b1230b9a6f940a0df40f7011 100644
(file)
--- a/
CRM/Core/Form.php
+++ b/
CRM/Core/Form.php
@@
-1218,6
+1218,7
@@
class CRM_Core_Form extends HTML_QuickForm_Page {
case 'Select Date':
//TODO: Add date formats
+ //TODO: Add javascript template for dates.
$this->addDate($name, $label, $required);
break;
@@
-1234,6
+1235,7
@@
class CRM_Core_Form extends HTML_QuickForm_Page {
//case 'CheckBox':
//case 'File':
//case 'RichTextEditor':
+ //TODO: Add javascript template for wysiwyg.
//case 'Autocomplete-Select':
// Check datatypes of fields
// case 'Int':