I'll take a look. I've been working on iPhone apps for the past few weeks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Announce-Tapestry-Bootstrap-2-0-early-Alpha-tp5462931p5714379.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
I'm not sure if the short library namespace is a pure XML namespace trick.
Tapestry obviously does something special to recognize the tapestry-library
prefix in the namespace declaration so that it can handle the namespace
prefixes properly.
Cheers - Alex K
On Mon, Jul 9, 2012 at 4:39 PM, Thiago
On Mon, 09 Jul 2012 17:13:53 -0300, Alex Kotchnev
wrote:
Does the "invisible instrumentation" approach work w/ library namespaces
short names inside of the t:type attribute value ? That is, if I specify
a library namespace, can I expect to use the
t:type="libNs/componentName" to work, whe
On Mon, 09 Jul 2012 15:45:15 -0300, wesleywj2
wrote:
Hi,
Hi!
I wondered how do i block the UI when user click/double click the submit
button upon form submission?
The exact same way you'd do it in any HTML and JavaScript webapp. I know
you're asking about something already implemented
Also there is one pretty serious issue still open. Thanks Barry!
On Jul 9, 2012, at 12:07 PM, Alex Kotchnev wrote:
> Barry - this is pretty cool. I hadn't seen your module and just ended up
> adding the bootstrap related assets into the layout, but I see that you've
> added a whole lot of usef
Does the "invisible instrumentation" approach work w/ library namespaces
short names inside of the t:type attribute value ? That is, if I specify a
library namespace, can I expect to use the t:type="libNs/componentName" to
work, where the libNs is the short name for "libraryNamespace" , e.g.
http:
Barry - this is pretty cool. I hadn't seen your module and just ended up
adding the bootstrap related assets into the layout, but I see that you've
added a whole lot of useful components and stuff.
Does it seem like the project is stable enough to produce a stable release
soon (e.g. in the next fe
Geoff has a ClickOnce mixin example in jumpstart
http://jumpstart.doublenegative.com.au/jumpstart/examples/javascript/creatingmixins1
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-2-How-to-block-UI-and-disable-double-click-upon-form-submission-tp5714365p5714370.html
Se
Hi,
I wondered how do i block the UI when user click/double click the submit
button upon form submission? T5 has any UI block script to help out? please
advice
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-2-How-to-block-UI-and-disable-double-click-upon-form-submissio
On Mon, 09 Jul 2012 06:41:01 -0300, mem
wrote:
I'd like to know the variable name of the currently rendered
*SUB*component in the afterRender method of my mixin.
So when myComponent (which contains i.e. an EventLink component) is
rendered i can influence all it's containing subcomponents,
On Sun, 08 Jul 2012 06:59:17 -0300, Dusko Jovanovski
wrote:
I made an oversight, try this:
//html code
Good catch, Dusko. This remembers me of remembering everyone to never,
never, never ever use expansions (${xxx}) when passing parameters to
Tapestry components.
--
Thiago H.
On Sun, 08 Jul 2012 06:35:53 -0300, bhorvat
wrote:
That is the option, but tapestry has this cool option so I would like to
use it
The range operator doesn't support dynamic ranges, so the cool option you
describe doesn't exist. Just use what Dusko suggested.
--
Thiago H. de Paula Figu
I'd like to know the variable name of the currently rendered *SUB*component
in the afterRender method of my mixin.
So when myComponent (which contains i.e. an EventLink component) is rendered
i can influence all it's containing subcomponents, my problem is that i
don't know which subcomponent is wh
I'm not 100% sure exactly what you are trying to achieve but I think that you
should use an environmental object to communicate between the mixin and the
component.
The mixin could push() an object onto the environment in beforeRender(). The
component then peek()s for the object and sets some valu
14 matches
Mail list logo