This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $('.livingSpaceFilter').click(function() { | |
| if(!$(this).hasClass('active')){ | |
| $('.livingSpaceFilter').removeClass('active'); | |
| $(this).addClass('active'); | |
| var filter = $(this).text(); | |
| $('.livingSpaceMap').each(function(){ | |
| if($(this).attr('data-filter') == filter){ | |
| var slideno = $(this).data('slide'); | |
| $('.livingSpaceImageContainer').slick('slickGoTo', slideno); | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <form method="post" action="{$searchPath}" role="search"> | |
| <input id="searchInput" class="tx_kesearch_pi1 sword" name="tx_kesearch_pi1[sword]" type="text" placeholder="{$keyword}"> | |
| <input type="submit" value="Ok" class="searchFieldSubmit"> | |
| </form> | |
| {f:uri.page(pageUid:item.extLink)} <----bei action wenn auf die id einer internen Seite verlinkt wird | |
| <form class="footer-nlform pt-5 pt-lg-45" action="{f:uri.typolink(parameter:'{field.nllink}')}" method="get"> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Beispiel deFlorian | |
| create, edit, update, IMMER NON CACHABLE!!!!! | |
| Im Extension builider unter Switchable Actions | |
| Warenkorb | |
| Product->shoppingCart; | |
| hinzufügen. speichern, DB aktualisieren, Cache flushen; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var url = new URL(location.href); | |
| url.searchParams.append('tx_webxgesundheitsfindernew_account[action]', 'ajaxAutoComplete'); | |
| url.searchParams.append('tx_webxgesundheitsfindernew_account[searchValue]', input.val()); | |
| data-url="<f:uri.action controller='Transaction' extensionName='webxstripe' pluginName='Stripepayment' action='sendMailAfterStripePayment' pageUid='{settings.paymentPage}' arguments='{transaction: transaction.uid, registration : registrationId}' />" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | jQuery('.checkbox_datenschutz_0').on('click', function(e){ | |
| if (e.target != this) { <- hier wird mit nur this das DOM Object angesprochen, nicht wie bei $(this) das jQuery objekt. | |
| e.preventDefault(); | |
| } | |
| if($(this).hasClass('wasChecked')){ | |
| console.log('remove'); | |
| $(this).removeClass('wasChecked'); | |
| } | |
| else{ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $markers = $this->markerRepository->findAll(); (vorher müssen die Marker mit Adresse usw in die DB Tabelle impportiert werden über PHP my admin) | |
| PID muss gesetzt werden! | |
| in den ensprechenden controller in die methode wo man die marker braucht: | |
| foreach ($markers as $marker) { | |
| if (!empty($marker->getLatitude()) || !empty($marker->getLongitude())) { | |
| continue; | |
| } | |
| $address = urlencode($marker->getAddress()); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ProductsPlugin: | |
| type: Extbase | |
| limitToPages: | |
| - 170 --Detail und Listenansicht | |
| - 143 | |
| extension: WebxProducts ---key der Extension in UpperCamelCase (key ist: webx_products) | |
| plugin: Main | |
| routes: | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | inline notation, kann auch als tag geschrieben werden | |
| wird im Reiter Übersetzungen im Backend webx-translation/ locallang.xlf festgehalten. | |
| Bei Einstellungen/translate_locallang können bei basic. langkeys die translation languages angelegt werden | |
| {f:translate(key:"LLL:typo3conf/ext/webx_translation/Resources/Private/Language/locallang.xlf:learnMore")} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | lib.search = CONTENT | |
| lib.search{ | |
| table = tt_content | |
| select { | |
| pidInList = 65 -> id der Seite von der der Inhalt geholt werden soll | |
| orderBy = sorting | |
| languageField = sys_language_uid | |
| where = colPos = 0 | |
| } | |
| } |