Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
SimpleLightWeb
SimpleLightWeb
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
Open Discussion (1)
Help (1)
Developers (1)
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[simplelightweb]
/
js
/
common.js
Diff of /js/common.js
Parent Directory
|
Revision Log
|
Patch
revision
26
by
berupon
, Thu Jan 7 08:24:43 2010 UTC
revision
29
by
berupon
, Tue Jan 12 02:00:59 2010 UTC
#
Line 396
function createCheckboxTag(name, value,
Line 396
function createCheckboxTag(name, value,
396
397
function createCheckboxTags(name, arr, selectedKeys, separator)
function createCheckboxTags(name, arr, selectedKeys, separator)
398
{
{
399
if (arr.length == 0) {
400
return '';
401
}
402
str = '';
str = '';
403
404
if (separator == undefined) {
if (separator == undefined) {
405
separator = "\n";
separator = "\n";
406
}
}
407
for (var i in arr) {
for (var i in arr) {
408
checked = '';
checked = '';
409
if (Object.isArray(selectedKeys)) {
if (Object.isArray(selectedKeys)) {
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.26
changed lines
Added in v.29
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26