fluid Questions
2
Solved
If I want to use TypoScript like menu generation in a Fluid template I have two possible ways:
use the TypoScript to fill a variable for the template. doing it like this:
page.10 = FLUIDTEMPLATE...
Tragedy asked 31/12, 2016 at 18:40
1
I want to render a section in a partial from another extension.
My setup is TYPO3 7.6.14 with fluid powered TYPO3 extensions including VHS.
As far as i know it is not possible with the fluid ViewH...
Cannabin asked 15/12, 2016 at 14:52
1
Solved
Below you see the debug for an object of type FileReference in fluid. In fluid the debug looks like this: <f:debug>{fileReference}</f:debug>
The question is how do I access the propert...
Retrench asked 19/10, 2016 at 15:6
1
I am working with TYPO3 CMS. I would like to add external JavaScript and CSS into a backend module, but I am actually not sure how to add these. Could you guide me how to implement that?
4
Solved
I want to compare two dates. I want to make a condition which checks if the date in my database is older than the date in two days.
Here are my two variables:
{<f:format.date format="d.m.Y"&g...
2
Solved
In fluid template I am displaying items list
<f:for each="{myItems}" as="myItem" key="key">
{key}. myItem.name
</f:for>
Here I need to display serial number for each item.
for examp...
3
Been working with the new version of Masonry which seems to work much smoother, especially for the fluid/responsive build I am doing.
One issue I have encountered, however - I am not sure how to r...
Loretaloretta asked 30/7, 2013 at 12:19
3
I've been trying to learn responsive coding lately, and the books and tutorials i've gone through have been constantly shifting between using ems and percentages. So i was wondering, when is it app...
Uppsala asked 7/6, 2013 at 18:24
1
Solved
I'm trying to create an optional foreign key using Entity Framework 7 and the Fluent-API. In EF v6.x we had the option to add this using .WithOptional or .HasOptional, but I cant find any equivalen...
Slope asked 3/1, 2016 at 16:45
2
Solved
In TYPO3 6.x, what is an easy way to quickly create custom content elements?
A typical example (Maybe for a collection of testimonials):
In the backend (with adequate labels):
An image
An input...
1
Solved
i use this condition in my fluid template:
<f:if condition="{settings.image.className} == 'lightbox'">
<f:then>
....do something
</f:then>
<f:else>
<f:if...
Surtax asked 14/7, 2015 at 12:31
1
Solved
I have text fields like this that will turn red and won't let you submit the form automatically if I put the property required on "1":
<f:form.textfield required="1"
property="name"
class="...
Bharat asked 1/7, 2015 at 18:10
3
Here's the jsfiddle example
Here's the html:
<div class="header">header</div>
<div class="wrapper">
<div class="left"><div class="content"></div></div>...
Rattigan asked 12/3, 2013 at 9:29
8
Solved
For a project I'm using Typo3 v6.0. I'm looking to create nested content elements, or a content element container. I want to be able to create an inline two-column layout without using a specific t...
2
Solved
I have an extension (extbase/fluid) with an main object "Etikett" with a relation to a child object "Land". I want to order my output, so I'm using the setDefaultOrderings method in my Etikett cont...
1
Solved
Is it possible to call a function in different controllers? I need to call FindByCategoryGrouped($catId) in designRepository.php and getCategories($catId) from categoryRepository.php
public functi...
2
Solved
What is to be understood by "Fluid powered TYPO3" (as stated by http://fedext.net/) and what are its benefits for the integration?
Are there other modern templating approaches for TYPO3 6.x that w...
2
Solved
Has anyone run across or have an example of Jos Stam's Stable Fluids but in 3D? I need to pursue a 3D version of this in openGL but have been having a terrible time doing so. Is there an exam...
1
Solved
I opted to use the Raphaël javascript library for its extensive browser support, but I'm having trouble getting the SVG to display properly in any browser, except for Chrome and Firefox. I've been ...
Hersh asked 7/6, 2013 at 12:7
8
How should I make this with CSS:
I would like to have 2 divs or more and their width should be in percent, but the margin between the divs should be fixed, in this example 30px
The problem for m...
2
Solved
I have a container (image gallery) that is max-width:80%. Inside, images are floated left forming columns and rows. As you shrink/expand the browser window, more or fewer images fit into each row a...
Burlesque asked 1/2, 2013 at 14:59
4
Solved
I'm trying to build a custom calendar in HTML and Javascript where you can drag and drop tasks from one day to another. I would like to have the first column and last two columns as fixed width and...
Blent asked 16/7, 2012 at 15:19
2
Solved
I have a fluid template, from where I call an often used snippet (called "partial"):
Template:
<f:render partial="fbLikeBox" arguments="{settings}"/>
Partial fbLikeBox.html:
<div id="...
Renaterenato asked 5/10, 2011 at 22:43
1
Solved
What techniques are used for the real-time simulation of fluids such as water, for example in videogames?
In particular, I am looking for a project-idea for an (unfortunately rather short) physics...
Ake asked 8/11, 2011 at 0:48
8
Solved
Google Labs Browser Size
I've always preferred fixed-width layouts over fluid-width layouts, one of the main reasons is that I'm able to better understand how the whole picture will be without h...
© 2022 - 2024 — McMap. All rights reserved.