Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[FIXED] Form layout a bit weird on J3 11 Jun 2013 20:57 #7433

the form layout "exploded" is generated by the j-cook builder in this way:
	<div class="control-group <?php echo($field->responsive)?>">
		<?php echo $field->label; ?>
	</div>	
	<div class="controls">
		<?php echo $field->input ?>
	</div>

this doesn't work very well, and the layout looks a bit weird.

to follow the other joomla standards on j3, it should be:
<div class="control-group" <?php echo($field->responsive)?>">
	<div class="control-label">
		<?php echo $field->label; ?>
	</div>
	<div class="controls">
		<?php echo $field->input ?>
	</div>
</div>

Please Log in or Create an account to join the conversation.

Re: Form layout a bit weird on J3 12 Jun 2013 03:06 #7436

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed.

Better now ?
Coding is now a piece of cake
The following user(s) said Thank You: Tomaselli

Please Log in or Create an account to join the conversation.

Re: Form layout a bit weird on J3 12 Jun 2013 03:59 #7438

Much much better :-).
I'm playing around with the new mvc and the FORK feature is FANTASTIC!!! it's saving me a lot of time! you are doing a very good job!!

I'll keep on posting bugs found and ideas.
thanks for your work!
The following user(s) said Thank You: admin

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.102 seconds

This is what you call a component builder. I was able to master using this in a very short time and the resulting component works like a charm. Not just a basic component builder but a fully working component builder with forms fields tables all ready to go. You can make the list and item views to display in the front and back end. Also there is a great forum just starting to evolve and I'm sure this will grow very rapidly when you all realise how good this tool is.
Kevin (JED)

         

Get Started