Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converted fulltext box search js code from ext2 to jquery #625

Open
wants to merge 1 commit into
base: 4.4
Choose a base branch
from

Conversation

MFSepplive
Copy link
Contributor

No description provided.

@Ben-Ho Ben-Ho requested review from nsams and kaufmo September 20, 2017 06:47

var FulltextSearchBoxComponent = function(el, config) {
this.el = el;
this.config = config;

if (this.config.hideSubmit) {
this.el.child('.submitWrapper').enableDisplayMode();
this.el.child('.submitWrapper').hide();
this.el.find('.submitWrapper').hide();
Copy link
Contributor

@kaufmo kaufmo Sep 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls sandbox all class selectors with kwfUp- prefix

@@ -108,7 +108,7 @@ FulltextSearchBoxComponent.prototype =
this.loadSearch({
success: function() {
historyState.currentState.searchVisible = true;
var ajaxViewEl = this.searchMainContent.child('.kwcDirectoriesListViewAjax');
var ajaxViewEl = this.searchMainContent.find('.kwcDirectoriesListViewAjax');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls sandbox

style: 'width: ' + this.previousMainContent.getStyle('width'),

this.loadingContent = $('<main>', {
class: 'kwfUp-kwfMainContent loadingContent',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls sandbox

@MFSepplive MFSepplive force-pushed the fulltext-search-box-with-jquery branch from 4cbcba1 to cb0b5ab Compare September 20, 2017 08:49
@MFSepplive MFSepplive force-pushed the fulltext-search-box-with-jquery branch from cb0b5ab to a3f3b7c Compare September 21, 2017 13:56
@MFSepplive MFSepplive force-pushed the fulltext-search-box-with-jquery branch from a3f3b7c to 8aabbcb Compare October 6, 2017 09:22
@nsams
Copy link
Member

nsams commented Feb 5, 2018

@MFSepplive das war ja komplett auskommentiert und ist es jetzt nicht mehr. bitte den PR so lassen aber zusätzlich erneut auskommentieren. Dann können wir das falls wir es re-aktivieren wollen leichter machen weil es ja schon auf jQuery konvertiert ist.

@nsams
Copy link
Member

nsams commented Mar 29, 2018

@MFSepplive was tun wir damit? machst du das noch fertig oder schließen wir ihn?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants