Changeset 1412 for framework/branches/2.0/includes/qcubed/_core/base_controls/QSortableGen.class.php
- Timestamp:
- 02/23/12 09:43:30 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/branches/2.0/includes/qcubed/_core/base_controls/QSortableGen.class.php
r1382 r1412 294 294 */ 295 295 protected function CallJqUiMethod($strMethodName /*, ... */) { 296 $args = array();297 296 $args = func_get_args(); 298 297 … … 462 461 $this->blnDisabled = QType::Cast($mixValue, QType::Boolean); 463 462 if ($this->Rendered) { 464 $this->CallJqUiMethod( "option", $strName, $mixValue);463 $this->CallJqUiMethod('option', 'disabled', $mixValue); 465 464 } 466 465 break; … … 474 473 $this->strAppendTo = QType::Cast($mixValue, QType::String); 475 474 if ($this->Rendered) { 476 $this->CallJqUiMethod( "option", $strName, $mixValue);475 $this->CallJqUiMethod('option', 'appendTo', $mixValue); 477 476 } 478 477 break; … … 486 485 $this->strAxis = QType::Cast($mixValue, QType::String); 487 486 if ($this->Rendered) { 488 $this->CallJqUiMethod( "option", $strName, $mixValue);487 $this->CallJqUiMethod('option', 'axis', $mixValue); 489 488 } 490 489 break; … … 498 497 499 498 if ($this->Rendered) { 500 $this->CallJqUiMethod( "option", $strName, $mixValue);499 $this->CallJqUiMethod('option', 'cancel', $mixValue); 501 500 } 502 501 break; … … 506 505 507 506 if ($this->Rendered) { 508 $this->CallJqUiMethod( "option", $strName, $mixValue);507 $this->CallJqUiMethod('option', 'connectWith', $mixValue); 509 508 } 510 509 break; … … 514 513 515 514 if ($this->Rendered) { 516 $this->CallJqUiMethod( "option", $strName, $mixValue);515 $this->CallJqUiMethod('option', 'containment', $mixValue); 517 516 } 518 517 break; … … 522 521 $this->strCursor = QType::Cast($mixValue, QType::String); 523 522 if ($this->Rendered) { 524 $this->CallJqUiMethod( "option", $strName, $mixValue);523 $this->CallJqUiMethod('option', 'cursor', $mixValue); 525 524 } 526 525 break; … … 534 533 535 534 if ($this->Rendered) { 536 $this->CallJqUiMethod( "option", $strName, $mixValue);535 $this->CallJqUiMethod('option', 'cursorAt', $mixValue); 537 536 } 538 537 break; … … 542 541 $this->intDelay = QType::Cast($mixValue, QType::Integer); 543 542 if ($this->Rendered) { 544 $this->CallJqUiMethod( "option", $strName, $mixValue);543 $this->CallJqUiMethod('option', 'delay', $mixValue); 545 544 } 546 545 break; … … 554 553 $this->intDistance = QType::Cast($mixValue, QType::Integer); 555 554 if ($this->Rendered) { 556 $this->CallJqUiMethod( "option", $strName, $mixValue);555 $this->CallJqUiMethod('option', 'distance', $mixValue); 557 556 } 558 557 break; … … 566 565 $this->blnDropOnEmpty = QType::Cast($mixValue, QType::Boolean); 567 566 if ($this->Rendered) { 568 $this->CallJqUiMethod( "option", $strName, $mixValue);567 $this->CallJqUiMethod('option', 'dropOnEmpty', $mixValue); 569 568 } 570 569 break; … … 578 577 $this->blnForceHelperSize = QType::Cast($mixValue, QType::Boolean); 579 578 if ($this->Rendered) { 580 $this->CallJqUiMethod( "option", $strName, $mixValue);579 $this->CallJqUiMethod('option', 'forceHelperSize', $mixValue); 581 580 } 582 581 break; … … 590 589 $this->blnForcePlaceholderSize = QType::Cast($mixValue, QType::Boolean); 591 590 if ($this->Rendered) { 592 $this->CallJqUiMethod( "option", $strName, $mixValue);591 $this->CallJqUiMethod('option', 'forcePlaceholderSize', $mixValue); 593 592 } 594 593 break; … … 602 601 $this->arrGrid = QType::Cast($mixValue, QType::ArrayType); 603 602 if ($this->Rendered) { 604 $this->CallJqUiMethod( "option", $strName, $mixValue);603 $this->CallJqUiMethod('option', 'grid', $mixValue); 605 604 } 606 605 break; … … 614 613 615 614 if ($this->Rendered) { 616 $this->CallJqUiMethod( "option", $strName, $mixValue);615 $this->CallJqUiMethod('option', 'handle', $mixValue); 617 616 } 618 617 break; … … 622 621 623 622 if ($this->Rendered) { 624 $this->CallJqUiMethod( "option", $strName, $mixValue);623 $this->CallJqUiMethod('option', 'helper', $mixValue); 625 624 } 626 625 break; … … 630 629 631 630 if ($this->Rendered) { 632 $this->CallJqUiMethod( "option", $strName, $mixValue);631 $this->CallJqUiMethod('option', 'items', $mixValue); 633 632 } 634 633 break; … … 638 637 $this->fltOpacity = QType::Cast($mixValue, QType::Float); 639 638 if ($this->Rendered) { 640 $this->CallJqUiMethod( "option", $strName, $mixValue);639 $this->CallJqUiMethod('option', 'opacity', $mixValue); 641 640 } 642 641 break; … … 650 649 $this->strPlaceholder = QType::Cast($mixValue, QType::String); 651 650 if ($this->Rendered) { 652 $this->CallJqUiMethod( "option", $strName, $mixValue);651 $this->CallJqUiMethod('option', 'placeholder', $mixValue); 653 652 } 654 653 break; … … 662 661 $this->mixRevert = QType::Cast($mixValue, 'QJsClosure'); 663 662 if ($this->Rendered) { 664 $this->CallJqUiMethod( "option", $strName, $mixValue);663 $this->CallJqUiMethod('option', 'revert', $mixValue); 665 664 } 666 665 break; … … 674 673 $this->blnScroll = QType::Cast($mixValue, QType::Boolean); 675 674 if ($this->Rendered) { 676 $this->CallJqUiMethod( "option", $strName, $mixValue);675 $this->CallJqUiMethod('option', 'scroll', $mixValue); 677 676 } 678 677 break; … … 686 685 $this->intScrollSensitivity = QType::Cast($mixValue, QType::Integer); 687 686 if ($this->Rendered) { 688 $this->CallJqUiMethod( "option", $strName, $mixValue);687 $this->CallJqUiMethod('option', 'scrollSensitivity', $mixValue); 689 688 } 690 689 break; … … 698 697 $this->intScrollSpeed = QType::Cast($mixValue, QType::Integer); 699 698 if ($this->Rendered) { 700 $this->CallJqUiMethod( "option", $strName, $mixValue);699 $this->CallJqUiMethod('option', 'scrollSpeed', $mixValue); 701 700 } 702 701 break; … … 710 709 $this->strTolerance = QType::Cast($mixValue, QType::String); 711 710 if ($this->Rendered) { 712 $this->CallJqUiMethod( "option", $strName, $mixValue);711 $this->CallJqUiMethod('option', 'tolerance', $mixValue); 713 712 } 714 713 break; … … 722 721 $this->intZIndex = QType::Cast($mixValue, QType::Integer); 723 722 if ($this->Rendered) { 724 $this->CallJqUiMethod( "option", $strName, $mixValue);723 $this->CallJqUiMethod('option', 'zIndex', $mixValue); 725 724 } 726 725 break;
