Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
related #582
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added TClientStyleSheet::PradoStyles
|
|
|
|
|
|
|
|
|
|
* create function => closures
* removed var_dump from tests
|
|
|
|
|
|
the element
|
|
|
|
|
|
|
|
Tests are executed now, but a lot of them need fixing.
|
|
|
|
|
|
|
|
|
|
empty, since the surrounding span with the control id is not even rendered if there are no items. To allow this, always force the span to be rendered for TActiveCheckBoxList.
|
|
|
|
Fix #399
|
|
|
|
|
|
Related discussion in #569
|
|
Avoid saving in the page state the values of class variables if they’re
still the default.
Reduces page state size, based on the work initiated in
8dc9d4f7d49bcbeaf4998baf74a4f4459967c1f0
|
|
|
|
|
|
|
|
|
|
Split TJuiControlOptions in its own file
|
|
ItemTemplates
|
|
|
|
|
|
|
|
debug info if the logger is not available
Also, clean some leftover dead code
|
|
|
|
If no “textCssClass” has been defined, we could get as the label value
both a simple text string or an html snippet. Fix parsing for the
former case:
<prop:Suggestions.ItemTemplate>
<%# $this->Data->Field %>
</prop:Suggestions.ItemTemplate>
|
|
When PostState=false, always send at least the page state
<com:TActiveButton ActiveControl.ClientSide.PostState="false" />
|
|
Also, return false so that jQuery will know that the event has been
stopped, too
This fixes some special cases where
<TButton Attributes.onClick=“return false;” />
caused a postback
|