admin

Respuestas de foro creadas

Viendo 15 respuestas - de la 1 a la 15 (de un total de 59)

0 ANSWERS

2 mayo, 2020 a las 7:48 pm admin

=)

2 mayo, 2020 a las 7:48 pm admin

AL EQUIPO DE SOPORTE

28 abril, 2020 a las 9:15 pm admin

sadsadasd asd sad assadasd asd

7 febrero, 2019 a las 3:20 pm admin

Perfecto. Creo que con esto queda resuelto.

12 mayo, 2017 a las 2:03 pm admin

Testing

12 mayo, 2017 a las 9:53 am admin

bla bla

12 mayo, 2017 a las 7:42 am admin

Hi,

I’m going to mark this ticket as solved. In case there’s anything else you’d like to know, please let us know and we’ll be happy to help!

11 mayo, 2017 a las 6:24 pm admin

test

11 mayo, 2017 a las 2:48 pm admin

yes

10 mayo, 2017 a las 10:30 pm admin

werwerwer

10 mayo, 2017 a las 10:30 pm admin

sddfs

10 mayo, 2017 a las 6:41 pm admin

Why can’t use a wygwam editor here?

16 febrero, 2017 a las 10:27 am admin

XSLT can be bulky to manage, and essentially adds an extra programming language that developers would have to work in (at least if I understand your description correctly). My experience has been that relatively few people know it, and even fewer can make it do what they want.

16 febrero, 2017 a las 10:25 am admin

seeing it is tagged PHP:
either

string ucfirst  ( string $str  );

to uppercase first letter of the first word

or

string ucwords  ( string $str  );

to uppercase the first letter of every word

you might want to use those in combination with

string strtolower  ( string $str  );

to normalize all names to lower case first.

16 febrero, 2017 a las 10:24 am admin

Since you are already using Smarty, you may want to consider the PEAR package HTML_QuickForm (this page says it’s being replaced by v2, but that’s still in alpha. V1 is pretty solid).

The package allows you to build and process your forms in an easy, straightforward API, and then has a renderer class that works with Smarty. Basically, you can spit out your entire form as an array of objects that Smarty can then render for you. You can control the look and feel with CSS. HTML_QuickForm can be configured to have client-side or server-side validation, or both. You just set up your rules for validation, and it just works. Hope that helps.

Viendo 15 respuestas - de la 1 a la 15 (de un total de 59)