Home
last modified time | relevance | path

Searched refs:otherState (Results 1 – 2 of 2) sorted by relevance

/plugin/creole/helper/
H A Deventhandler.php44 $otherState = $other->getState();
47 return $this->equalToValues ($otherState, $otherClazz, $otherTag);
50 public function equalToValues ($otherState, $otherClazz, $otherTag) { argument
51 if ( $this->state != NULL && $otherState != NULL &&
52 $this->state != $otherState ) {
/plugin/outliner/
H A Dscript.js21 var otherState = (state == 'open') ? 'closed' : 'open';
22 jQuery(node).removeClass('outliner-' + otherState).addClass('outliner-' + state);