[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6054] trunk/UI
- Subject: SF.net SVN: ledger-smb:[6054] trunk/UI
- From: ..hidden..
- Date: Wed, 18 Sep 2013 15:50:11 +0000
Revision: 6054
http://sourceforge.net/p/ledger-smb/code/6054
Author: einhverfr
Date: 2013-09-18 15:50:10 +0000 (Wed, 18 Sep 2013)
Log Message:
-----------
A few more js changes
Modified Paths:
--------------
trunk/UI/Contact/divs/notes.html
trunk/UI/lib/setup.js
Modified: trunk/UI/Contact/divs/notes.html
===================================================================
--- trunk/UI/Contact/divs/notes.html 2013-09-18 15:31:07 UTC (rev 6053)
+++ trunk/UI/Contact/divs/notes.html 2013-09-18 15:50:10 UTC (rev 6054)
@@ -47,6 +47,7 @@
<div class="input"><?lsmb PROCESS textarea element_data = {
label = text('Notes')
name = 'note'
+ id = 'note_note'
} ?></div>
<div class="input">
<?lsmb PROCESS button element_data = {
Modified: trunk/UI/lib/setup.js
===================================================================
--- trunk/UI/lib/setup.js 2013-09-18 15:31:07 UTC (rev 6053)
+++ trunk/UI/lib/setup.js 2013-09-18 15:50:10 UTC (rev 6054)
@@ -65,9 +65,15 @@
}
} else if (input.type == 'checkbox'){
+/*
+ return new checkbox({
+ "name": input.name,
+ "value": input.value,
+ "checked": input.checked
+ }, input);
+*/
+ } else if (input.type == 'radio'){
}
- if (input.type == 'radio'){
- }
} else if (input.nodeName == 'SELECT'){
var optlist = [];
@@ -206,7 +212,7 @@
}
);
- query('input, button, textarea').forEach(
+ query('input, select, button, textarea').forEach(
function(node){
var val;
var ntype = node.nodeName;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits