Questions tagged [kss]

KSS (Kinetic Style Sheets) is a development framework that enables to develop rich user interfaces with AJAX, without the need to use any Javascript.

KSS is an Ajax framework that allows UI development without writing any Javascript. It uses style sheets with CSS-compliant syntax to declare and bind dynamic behaviors in the browser. The engine supports a set of generic DOM-like commands; they are computed on the server and sent back to manipulate the HTML page.

18 questions
4
votes
1 answer

Why did getSite() return a FormlibValidation object

I've installed collective.quickupload on a blank Plone 4.1 site, and noticed that when you add a quickupload portlet, kss calls for field validation (plone.app.form.kss), getSite function will return a FormlibValidation object, which cause the…
quyetnd
  • 589
  • 3
  • 8
3
votes
1 answer

Does Plone 4.1 use KSS? Can I disabled JS and CSS files associated with KSS safely?

Does Plone 4.1 use KSS? Can I disable JS and CSS files associated with KSS safely? I see this in the documentation: http://docs.plone.org/develop/addons/javascript.html?highlight=kss#id27 but my Plone 4.1 site still loads files as ploneKss.css,…
Leonardo Andrade
  • 2,508
  • 2
  • 18
  • 24
2
votes
1 answer

Moving zope.formlib forms from Plone 3 to Plone 4

I've moved from Plone 3.1 to Plone 4.1 a site using zope.formlib for a number of non-archetypes content types, and including some customizations of the widgets. Now I notice several changes in the layout of the edit forms, such as: a tooltip…
gtoffoli
  • 76
  • 4
2
votes
1 answer

PicklingError after upgrading to Plone 4.3

Site with Plone 4.2.5 was upgraded to Plone 4.3.4. When doing a check-out of an object, the following error is shown: 2015-04-22T01:18:16 ERROR Zope.SiteErrorLog 1429676296.560.86437176197…
hvelarde
  • 2,875
  • 14
  • 34
2
votes
1 answer

KSS Knyle Style Sheet - Creating Sub nav for Table of Contents

So I took the KSS template and modified it to work with what we need. But now I have a small issue. Each section is generating and I have it building the Table of Contents for me. But if I have a section such as "Inputs" that contain 6 variations of…
1
vote
0 answers

gulp 4 spawn fails when building KSS

I'm trying to resurrect my automated KSS build process which died a year ago after I upgraded Node for another project. KSS works fine when I run it directly via the command line ($ ./node_modules/kss/bin/kss --config kss-config.json) But when I run…
1
vote
0 answers

grunt-kss custom template being ignored

I'm trying to write a grunt task for kss in my GruntFile.js (using grunt-kss), but it seems to be ignoring my custom template. It works if I do it from the cmd line: kss-node app/scss styleguide --css ../app/css/style.css --template…
WastedSpace
  • 1,143
  • 6
  • 22
  • 34
1
vote
1 answer

KSS Installtion and Setup

Can someone outline some step by step instructions on how to set KSS up on my local computer? I've been reading a lot of articles and none of them show a working demo. And they also assume I'm a ruby expert. I'm expecting to see an html page and…
Chester Rivas
  • 692
  • 7
  • 16
1
vote
1 answer

Plone imagemaps error with zopyx.tinymceplugins.imgmap

I'm using Plone 4.2. I had the need to manage imagemaps in my application so I installed the following product: http://pypi.python.org/pypi/zopyx.tinymceplugins.imgmap. This product uses TinyMCE to edit the images and add links to them. After…
Frankline
  • 40,277
  • 8
  • 44
  • 75
1
vote
1 answer

How to update a portlet contents periodically?

I'm developing a portlet to show content from several RSS feeds and update them periodically after certain timeout. So I'm studying plone's RSS portlet (plone.app.portlets.portlets.rss). It uses IDeferredPortletRenderer interface, which look great.…
jdinunzio
  • 1,506
  • 1
  • 11
  • 26
0
votes
0 answers

kss-node multiple markup on page?

is there a way so show multiple markup on a page in kss-node? Like a overview page? Normal: // Whatever // // Lets show Whatever // // Markup: atoms/2.01.whatever/_2.01.1.whatever.html // // Whatever 2.01 @import "2.01.1.whatever"; What i want is…
0
votes
1 answer

How to run kss package? Script not recognized by node

I want to create a CSS documentation and installed KSS Doc: https://github.com/kneath/kss But the script (kss --css ../styles/style.css --source styles) doesn't work as written in the doc. I don't use Webpack or any fremework, so only have a…
Grégory Huyghe
  • 422
  • 1
  • 6
  • 18
0
votes
1 answer

Gulp-kss issues

I am trying to get gulp-kss working on my project, but I am encountering issues when I try to run my task. I get the following error message: [12:07:28] Using gulpfile ~/Documents/Websites/company/project-uiapp/gulpfile.js [12:07:28] Starting…
Herr Josua
  • 453
  • 7
  • 19
0
votes
3 answers

Elements in KSS Styleguide won't get styled

I use kss-node and trying out the simplest project. It just uses the example from the Quickstart guide. The css is in source/style.css // Hard rules // // Markup:
// // Style guide: hard-rule hr { border-top: 5px solid #999; } I then run…
Saskia
  • 1,046
  • 1
  • 7
  • 23
0
votes
1 answer

kss-node not dereferencing modifers

I have a Markup annotation on some of my sass source, like so: // Headings // // Markup: //

H1 Heading

//

H2 Heading

//

H3 Heading

//
rhuffstedtler
  • 488
  • 1
  • 5
  • 17
1
2