Skip to content

Commit

Permalink
updating comment blocks to include elementId
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Nov 1, 2012
1 parent 0a79861 commit 297af28
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Anchor.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="icon">Applies an icon from the icon set.</param>,
/// <param name="iconpos">Positions the icon in the anchor. Possible values: left, right, top, bottom, none, notext. The notext value will display an icon-only button with no text feedback.</param>,
/// <param name="ajax">Use ajax to retrieve this link.</param>,
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Button.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="corners">Applies the theme button border-radius if set to true.</param>,
/// <param name="icon">Applies an icon from the icon set.</param>,
/// <param name="iconpos">Positions the icon in the button. Possible values: left, right, top, bottom, none, notext. The notext value will display an icon-only button with no text feedback.</param>,
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Checkbox.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="mini">Compact sized version</param>,
/// <param name="theme">Defines the theme swatch letter (a-z)</param>
/// <returns>CheckboxWidget</returns>
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Collapsible.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="collapsed">When false, the container is initially expanded with a minus icon in the header.</param>,
/// <param name="contentTheme">Sets the color scheme (swatch) for the collapsible content block. It accepts a single letter from a-z that maps to one of the swatches included in your theme.</param>,
/// <param name="mini">Sets the size of the element to a more compact, mini version.</param>,
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/CollapsibleSet.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="contentTheme">Sets the color scheme (swatch) for the collapsible content block. It accepts a single letter from a-z that maps to one of the swatches included in your theme.</param>,
/// <param name="mini">Sets the size of the element to a more compact, mini version.</param>,
/// <param name="inset">By setting this option to false the collapsibles will get a full width appearance without corners.</param>,
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Content.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="theme">Defines the theme swatch letter (a-z)</param>
/// <returns>ContentWidget</returns>
public ContentWidget BeginContent(String elementId = "", String theme = null) {
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/ControlGroup.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="type">Add the data-type="horizontal" attribute for the selects to sit side-by-side.</param>
/// <returns>ControlGroupWidget</returns>
public ControlGroupWidget BeginControlGroup(String elementId = "", MobileGroupType? type = null) {
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Dialog.cs
Expand Up @@ -68,6 +68,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="closeBtnText">Customizes the text of the close button which is helpful for translating this into different languages.</param>,
/// <param name="domCache">Apply dom-cache.</param>,
/// <param name="fullscreen">Show dialog in fullscreen.</param>,
Expand Down
2 changes: 1 addition & 1 deletion Juice/Mvc/Mobile/FieldContainer.cs
Expand Up @@ -13,7 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>

/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <returns>FieldContainerWidget</returns>
public FieldContainerWidget BeginFieldContainer(String elementId = "") {
var widget = new FieldContainerWidget(_helper);
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/FlipToggle.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="mini">Sets the size of the element to a more compact, mini version.</param>,
/// <param name="trackTheme">Sets the color scheme (swatch) for the slider's track, specifically. It accepts a single letter from a-z that maps to one of the swatches included in your theme.</param>,
/// <param name="theme">Defines the theme swatch letter (a-z)</param>
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Footer.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="position">Where to position the footer. Accepts fixed.</param>,
/// <param name="theme">Defines the theme swatch letter (a-z)</param>
/// <returns>FooterWidget</returns>
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Header.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="position">Where to position the footer. Accepts fixed.</param>,
/// <param name="theme">Defines the theme swatch letter (a-z)</param>
/// <returns>HeaderWidget</returns>
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Navbar.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="icon">Icon navbar.</param>,
/// <param name="iconpos">Positions the icon in the button. Possible values: left, right, top, bottom, none, notext. The notext value will display an icon-only button with no text feedback.</param>,
/// <param name="theme">Defines the theme swatch letter (a-z)</param>
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Page.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="addBackBtn">Add a back button to the page.</param>,
/// <param name="backBtnText">Text of the back button.</param>,
/// <param name="backBtnTheme">Sets the color scheme (swatch) for the back button.</param>,
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Popup.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="corners">Sets whether to draw the popup with rounded corners.</param>,
/// <param name="dismissable">Allow popup to be closed.</param>,
/// <param name="overlayTheme">Sets the color scheme (swatch) for the popup background, which covers the entire window.</param>,
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/PopupAnchor.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="positionTo">Centers the popup over the link that opens it, or the specific element.</param>,
/// <param name="rel">Defines the behavior of the Anchor.</param>,
/// <param name="icon">Applies an icon from the icon set.</param>,
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/RadioButton.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="mini">Compact sized version</param>,
/// <param name="theme">Defines the theme swatch letter (a-z)</param>
/// <returns>RadioButtonWidget</returns>
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Select.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="icon">Applies an icon from the icon set.</param>,
/// <param name="iconpos">Positions the icon in the button. Possible values: left, right, top, bottom, none, notext. The notext value will display an icon-only button with no text feedback.</param>,
/// <param name="inline">Display the control inline, horizontally.</param>,
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Slider.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="highlight">Adds an active state fill on track to handle</param>,
/// <param name="trackTheme">Added to the form element</param>,
/// <param name="mini">Compact sized version</param>,
Expand Down
1 change: 1 addition & 0 deletions Juice/Mvc/Mobile/Textbox.cs
Expand Up @@ -13,6 +13,7 @@ public partial class MobileHelpers {
/// <summary>
/// {summary}
/// </summary>
/// <param name="elementId">Sets the id attribute of the rendered element.</param>
/// <param name="mini">Compact sized version</param>,
/// <param name="theme">Defines the theme swatch letter (a-z)</param>
/// <returns>TextboxWidget</returns>
Expand Down

0 comments on commit 297af28

Please sign in to comment.